-
AuthorPosts
-
October 16, 2016 at 2:15 am #699424
Hello all!
I had successfully embedded Instagram videos onto my Enfold theme, however, I am updating my website and adding new videos and it doesn’t seem to be working.
I am using the Code Block feature and copy and pasting the embedded script I would get from the Instagram video. It just appears blank and the code block I would create would vanish off the editor.
Any advice is greatly appreciated!
October 17, 2016 at 8:32 am #699820Hi stewroids,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Regards,
RikardOctober 17, 2016 at 3:33 pm #700067Here you go sir! Thank you
October 17, 2016 at 4:23 pm #700106Hi!
Does the videos you are using have the option to be embeded into the web site, or they are locked with copyrights issue?
Best regards,
BasilisOctober 18, 2016 at 6:55 pm #700806Hello!
No, they are all my videos from my own Instagram. What is strange is that the other videos I embedded work (from months ago), however, when I try embedding the newer videos, it doesn’t seem to work.
Could it be something on Instagram’s side oppose to WordPress?
October 19, 2016 at 4:48 pm #701429Hi,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)Best regards,
YigitOctober 23, 2016 at 12:11 am #702886Hello Yigit!
Yes, you are allowed to deactivate the plugings to test :) Thank you!
//edit
I even tried to copy and paste OVER the old embedded videos and once I save it, it doesn’t actually replace the old embedded videos. Very weird!
- This reply was modified 8 years, 1 month ago by stewroids.
October 23, 2016 at 7:49 am #702914Been doing more testing and it seems like only the older Instagram videos seem to be embedding. The newer videos that I seem to be using are not working.
The only difference I see in the script are these lines:
OLD EMBED:
<blockquote class=”instagram-media” data-instgrm-version=”4″NEW EMBED:
<blockquote class=”instagram-media” data-instgrm-version=”7″Not sure if that helps but this is getting pretty frustrating!
October 23, 2016 at 8:53 am #702934Hi!
Yes, it seems to be an issue withe the Instagram API changes that have been done.
Thanks a lot for letting us knowBest regards,
BasilisOctober 23, 2016 at 10:31 pm #703084Thank you!
Are there any alternatives I could use for the time being? I would like this page to be done but the embedding Instagram videos is holding it back. I did however managed to embed the newer videos but could not remove the captions that came with it.
October 26, 2016 at 1:45 pm #704273Hi,
As I understand you like to remove the footer info in the embedded videos correct?
Please try adding this at the very end of your themes / child themes functions.php file:
// iFrame CSS function iFrameCSS(){ ?> <script> jQuery(document).ready(function() { jQuery('Iframe').contents().find('.EmbedFooter').css({ display:none; }); }); </script> <?php } add_action('wp_footer', 'iFrameCSS');
Best regards,
VinayOctober 27, 2016 at 1:38 am #704623Hello Vinay,
I added that line and there is still the caption. I installed a new plugin called “Simple Instagram Embed” and requires me just to paste the URL of the Instagram link and it does display the video now!
However, it does not give me an option to remove the caption and makes the page very messy. Any suggestions on how to correct this?
* I left the video up, refresh the website and you will see it under “Maintenance & Recovery”.
// EDIT
Seems like I am able to “HIDE CAPTION” with the new plugin I downloaded called Simple Instagram Embed. According to the readme.txt, it says I can do it in the settings of the plugin. But when I click on “Installed Plugings” to look for settings for the plugin, it’s not there. This is frustrating :(
- This reply was modified 8 years ago by stewroids.
October 27, 2016 at 2:52 pm #704864Hi,
We would love to help you with this however it would be best to know what the plugin author has to say about this as they know their plugin best.
Best regards,
VinayOctober 28, 2016 at 6:20 am #705141Hello Vinay,
I actually figured it out! I thought that the “settings” page was under Installed Plugings, but turns out it’s actually under the “settings” page for WordPress itself. Everything seems to be working now – thank you to everybody that had helped!!
October 28, 2016 at 1:37 pm #705281Hi,
Glad it’s sorted! To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Vinay -
AuthorPosts
- The topic ‘Embedding Instagram Onto Theme’ is closed to new replies.