ssmathias
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Instagram] Using Easy Instagram ShortcodeMy 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.www.ads-software.com/reference/functions/do_shortcode/
Forum: Plugins
In reply to: [Easy Instagram] Using Easy Instagram ShortcodeHello 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://www.ads-software.com/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.www.ads-software.com/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.
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!
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
In reply to: [Audio Player] Modification for valid shortcode syntaxInteresting. 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
In reply to: [Audio Player] Modification for valid shortcode syntaxGhost, 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.