Plugin Author
Brecht
(@brechtvds)
The shortcode does not automatically retrieve anything at the moment. If you want to display an image you’ll have to put in the image ID or URL.
I would also like to use the shortcode to generate the full link preview (headline, excerpt, and image). Will this feature be added at some point?
Plugin Author
Brecht
(@brechtvds)
It’s possible to use the shortcode to display the visual link, just not generate it automatically:
https://help.bootstrapped.ventures/article/262-manually-construct-the-vlp-shortcode
We might add generating automatically at one point. What do you want to use that for specifically?
Widgets would be my immediate answer. I think if it’s too hard, I can just do_blocks() the current code and turn it into a standalone executable code block?
Plugin Author
Brecht
(@brechtvds)
It doesn’t seem like you’re talking about the same thing. Could you open a new topic with what you’re trying to achieve specifically?
The plugin already has both shortcodes and blocks so you can copy those and use in widgets.
thanks – i’ll create a new topic.