Suppose I want to show another website (http:// ....) to a child page of my http website.
When it comes to execution, i find out that even
I have added this tag :
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
The page still turn me a blank page instead. Would you please tell me what else I have to work it on in order to show my http websites as iframe of my website ?
Related
I have buttons and links in my Register page that allow me to log in with gmail and linkedIn. In order for these links not to be indexed, they have been indexed even though I have blocked them in the robot.txt file. How can I give these links a noindex tag?
here is the link that I need to block: example.com/connect/linkedin
Note: I don't want to prevent my register page from being indexed, so I don't use noindex in the <meta> tag. I am developing my website with Symfony framework.
Usually rel="nofollow" can be used to tell crawlers not to crawl those links, but since your pages are already indexed Google might do whatever they want at this point. try blocking the page itself from bots \ google, through the PHP code.
So in google analytics I am seeing two links for every post I have on my wordpress site. See: https://www.screencast.com/t/JVoudis1eK8P
All the duplicate links are the same except for /404/ at the beginning. I checked my database and don't see these links. They do link to the correct page and don't display the /404/ in the url toolbar when clicked.
I inherited this site so I didn't set it up. Has anyone ever seen this? Is a plugin doing this? (We use yoast).
Thanks,
Mike
My suspicion isn't Google Analytics, but something on your site isn't right. Load up an Inspect session in your browser such as Google Chrome, and then go to the Network tab, and watch each request. You'll look for the "status" column for anything that's not a 200. I'd bet something like a JS, CSS, or image isn't loading, and your site is redirecting each 404 request to a page and passing the referring URL to it.
Can anybody tell me if it's possible to add the LinkedIn login details to a website I've created using Weebly? I have had a go at this following the LinkedIN API instructions to add code to the header (which I have been able to do) and to the body. Weebly has an option to allow HTML to be embeded into a page so I tried this for the body code but it dodn't seem to work. When I viewed the HTML for the page I can see that the code is added but it doesn't seem to be in a "Body" section - in fact there doesn't appear to be a "body" section.
Escalate Hosting Has an In=depth tutorial for LinkedIN's Developer Tutorials like this
I cannot load some sites in iframe .. is there any other things which i have missed . can you explain me, how can i load those url's in iframe?
<iframe src="http://www.google.co.in">
</iframe>
The site might be sending an X-Frame-Options: header to prevent embedding in a frame (a common way to prevent "clickjacking").
I know the Google login pages do that. The developer console in Chrome should tell you if this (or anything else) is the case.
For about a week, the "Like" button worked fine on my posts (single.php) with href='<?php the_permalink() ?>', but it suddenly started causing the following error message:
The identifier of the application specified in the "fb: app_id" is not
allowed on the field. You must configure the database connection for
your application domain with the prefix:
A few things to note:
My website is a WordPress site
The opengraph in my website is fine
The Like button code is correct
What can I do to correct this?
That error could be thrown if the app_id in the meta tag is a page id or incorrect.
Also in your application settings, make sure to set up the site url and domain. The like button will need to be on same domain as set in app settings.
<head>
<meta property="fb:app_id" content="YourAppId"/>
</head>
Go to Facebook Developers > applications and select the application for that site!
In AppDomains you should put your site adress
in Mobile Web if you dont have a adress for mobile you can put the normal adress from your site if you dont have a adress for mobile (but you have to fill this one)
Press Save
refresh your site and try the like button :)
this worked for me :)