Title: Shortcode or action
Last modified: September 27, 2017

---

# Shortcode or action

 *  Resolved [Oleksiy Goldayev](https://wordpress.org/support/users/goldaev/)
 * (@goldaev)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/shortcode-or-action/)
 * 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’); ?>

Viewing 1 replies (of 1 total)

 *  Plugin Author [Kishan](https://wordpress.org/support/users/kgajera/)
 * (@kgajera)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/shortcode-or-action/#post-9540885)
 * 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"]' ); ?>`

Viewing 1 replies (of 1 total)

The topic ‘Shortcode or action’ is closed to new replies.

 * ![](https://ps.w.org/wp-link-preview/assets/icon-128x128.jpg?rev=1708942)
 * [WP Link Preview](https://wordpress.org/plugins/wp-link-preview/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-link-preview/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-link-preview/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-link-preview/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-link-preview/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-link-preview/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kishan](https://wordpress.org/support/users/kgajera/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/shortcode-or-action/#post-9540885)
 * Status: resolved