Third party connection to instagram - What does it do?
-
Hi together,
I'm just wondering, why there is a third-party-connection to instagram loading some javascript? What is its effect?
Seems to be this one here: https://platform.instagram.com/en_US/embeds.jsI deactivated it with adding some code to functions.php:
function wp_dequeue_instagram() { wp_dequeue_script( 'vendor-instagram' ); wp_deregister_script( 'vendor-instagram' ); } add_action( 'wp_print_scripts', 'wp_dequeue_instagram', 100 );
Until now I am not experiencing any issues with this deactivated connection. But nevertheless I would like to know, why it has been implemented so?
Cheers!
Sebastian -
-
Dear @mariusjopen
I just found out, that you implemented a checkbox (See Lay Options -> Other -> Embed Instagram JavaScript) in one of the last updates, to not embed the instagram javascript code. So first my wp_dequeue_instagram is not needed anymore and second I know now, that the js is needed to embed instagram stuff.
Thanks anyway!
-
Good to know!
Thanks for investigating.
I don't answer or check forum DMs, please just post on the forum.
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. Now see if your problem solved itself
5. Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it