Title: ssmathias's Replies | WordPress.org

---

# ssmathias

  [  ](https://wordpress.org/support/users/ssmathias/)

 *   [Profile](https://wordpress.org/support/users/ssmathias/)
 *   [Topics Started](https://wordpress.org/support/users/ssmathias/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ssmathias/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ssmathias/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ssmathias/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ssmathias/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ssmathias/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Instagram] Using Easy Instagram Shortcode](https://wordpress.org/support/topic/using-easy-instagram-shortcode/)
 *  [ssmathias](https://wordpress.org/support/users/ssmathias/)
 * (@ssmathias)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/using-easy-instagram-shortcode/#post-6737434)
 * My mistake, I realized a bit late that the link I sent to the Codex was the Italian
   documentation. You can see the English documentation here: [https://developer.wordpress.org/reference/functions/do_shortcode/](https://developer.wordpress.org/reference/functions/do_shortcode/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Instagram] Using Easy Instagram Shortcode](https://wordpress.org/support/topic/using-easy-instagram-shortcode/)
 *  [ssmathias](https://wordpress.org/support/users/ssmathias/)
 * (@ssmathias)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/using-easy-instagram-shortcode/#post-6737433)
 * Hello alockie,
 * If you want to put the content in the body of a page in WordPress (this is “Page”
   content, not a template), then you can use the shortcode to do so anywhere within
   that page content. Examples of using this shortcode are available here: [https://wordpress.org/plugins/easy-instagram/other_notes/](https://wordpress.org/plugins/easy-instagram/other_notes/)
 * If you’d like to use it within a page template (the PHP code in your theme), 
   you can make similar calls by using the “do_shortcode” function, documentation
   for which is available in the WordPress Codex here: [https://codex.wordpress.org/it:Riferimento_funzioni/do_shortcode](https://codex.wordpress.org/it:Riferimento_funzioni/do_shortcode)
 * Finally, you could use the Easy Instagram Widget to place a feed in one of your
   sidebars by going to Appearance > Widgets in your wp-admin section.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Instagram] Script code to automatically update the link in the header of the widget?](https://wordpress.org/support/topic/script-code-to-automatically-update-the-link-in-the-header-of-the-widget/)
 *  [ssmathias](https://wordpress.org/support/users/ssmathias/)
 * (@ssmathias)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/script-code-to-automatically-update-the-link-in-the-header-of-the-widget/#post-6748556)
 * Hello tycooko,
 * That does sound like an interesting use case, but it’s currently not one we’ve
   built support for within the plugin. It may be possible, however we don’t currently
   support custom requests as part of the plugin and are unable to provide assistance
   in this particular case at this time.
 * If you do determine a method that will work for your needs and it can be incorporated
   into the plugin, we will accept contributions and consider integrating them into
   the plugin code for future versions.
 * Thank you for your feedback, and your patience!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Internet's Most Popular Social Network Like Button] [Plugin: Facebook Like Button] FaceBook Like adds Â to FB posts](https://wordpress.org/support/topic/plugin-facebook-like-button-facebook-like-adds-a-to-fb-posts/)
 *  [ssmathias](https://wordpress.org/support/users/ssmathias/)
 * (@ssmathias)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-facebook-like-button-facebook-like-adds-a-to-fb-posts/#post-2604362)
 * I believe you may be having the same issue we have had on our sites. The issue
   is that the entity transformation for the og:description tag does not respect
   the blog’s charset.
 * To change this, edit the fun.inc.php file in the plugin, line 65. Change @htmlentities
   to esc_attr and the problem should be resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Audio Player] Modification for valid shortcode syntax](https://wordpress.org/support/topic/modification-for-valid-shortcode-syntax/)
 *  Thread Starter [ssmathias](https://wordpress.org/support/users/ssmathias/)
 * (@ssmathias)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/modification-for-valid-shortcode-syntax/#post-2053762)
 * Interesting. It sounds like the shortcode handler is not being executed. You 
   could try putting some print statements in that function to see if the code is
   being executed. If all else fails, you are welcome to send me a copy of your 
   code as modified to steve at crowdfavorite dot com and I could take a look at
   it after I finish with work for the day.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Audio Player] Modification for valid shortcode syntax](https://wordpress.org/support/topic/modification-for-valid-shortcode-syntax/)
 *  Thread Starter [ssmathias](https://wordpress.org/support/users/ssmathias/)
 * (@ssmathias)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/modification-for-valid-shortcode-syntax/#post-2053760)
 * Ghost, did you add the code as linked, as well as a line defining the shortcode(
   included as the first piece of code in my post)? The modifications I’ve written
   are not, to my knowledge, included in the plugin’s codebase, and must be added
   manually.

Viewing 6 replies - 1 through 6 (of 6 total)