I am using Facebook Like Button plugin on pages that just contains a shortcode. When I Like the page and post to Facebook, it shows the shortcode without expanding it. I want to show the expanded contents in Facebook activity stream
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
If I understand the question correctly, it sounds like the content is being sent without using do_shortcode(), find the portion of the plugin that posts to facebook for you and ensure shortcodes are being executed. |
||||
|
|
|
Use a different plugin that does handle that sort of thing properly: http://wordpress.org/extend/plugins/simple-facebook-connect/ It's a bit more involved of a setup, but it handles all the metadata correctly and offers lots of various FB related functionality (all of which is optional). |
|||
|
|