Is there a way to manually insert the code to control where it shows in relation to the post. For instance, I want to put it within the post-meta class area or after it rather than right after the entry-content.
Is there a way to manually insert the code to control where it shows in relation to the post. For instance, I want to put it within the post-meta class area or after it rather than right after the entry-content.
Like Button and Send Button can be evaluated as a shortcode from PHP in your own plugin or theme. See do_shortcode() to get started.
You can also change the priority of the Facebook social plugins inside the_content filter through the facebook_content_filter_priority filter.
Unfortunately, I'm a bit of a novice so I'm not exactly sure how to go about doing the above. I was assuming there would be an easier method to simple call the plugin via a predetermined function or pastable short code as an option within the plugin. Is this not something that is on the radar?
Has anyone gotten this to work successfully?
Thanks.
I actually found the shortcodes in the read me text within the installed plugin documentation. working properly with the genesis framework simple hooks method.
You must log in to post.