WPIntell

Source evidence

Shortcode or action

WP Link Preview · support · 2017-09-27T18:15:00+00:00

mixedsentiment
lowseverity
0.63relevance
1replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Oleksiy Goldayev resolved
Hi! Many thanks for your job. It’s traditional feature – “shortcode” or… can you give instruction to get html from link in PHP? I have link “google.com” and i need to get html of preview box, something like: <?php $link = ‘google.com’; $html = get_link_preview_html(‘google.com’); ?> Thanks for the suggestion. I just pushed a new version, 1.3, which supports shortcode. Here’s an example: <?php echo do_shortcode( '[wplinkpreview url="google.com"]' ); ?>

Comments

1 shown
Kishan 2017-09-29T00:01:00+00:00

Thanks for the suggestion. I just pushed a new version, 1.3, which supports shortcode. Here’s an example: <?php echo do_shortcode( '[wplinkpreview url="google.com"]' ); ?>