AMP auto-ads not working - adsense

I am having trouble finding the cause why adsense auto ads will not load on my amp pages. As far as I can tell the required code was added to the head and body section of the amp pages and while other ads load fine the auto ads don't.
Here are some example urls. Thank you for your help and feedback.
https://www.enotalone.com/forum/amp.php?t=539953
https://www.enotalone.com/forum/amp.php?t=544906

Related

Google adsense images in some of the ads not getting displayed on my website

Google adsense images in some of the ads not getting displayed on my website https://www.mypleaks.com even after iframe have rendered correctly. The empty slot mentioned in the below screenshot can be seen on the website. On inspecting these empty slots, it can be seen ads have rendered but the image didn't display.
Anyone has idea how to fix this issue..?
Please check this link about troubleshooting your ads.
There could be a issue with invalid traffic as well, as the adds are indistinguishable from each other on some pages. This should do the trick.

Not able to see the comments on our dashboard

We have implemented Facebook comments in our AMP pages but not able to see the comments on our dashboard. Has anybod experienced such an issue? Is it something wrong with our AMP implementation or do Facebook comments have this issue on AMP pages?
This is the script that we are using.

Facebook Comments on a Website (Making it work with diffrent pages on the site)

I have set up the facebook comments on a site I am developing. I am working in ASP and have a header and footer. I placed the code in the footer. It shows up and works fine except that each page shows the same comments. I was hoping to have each page have its own comments. Does anyone know how to do this?
example: I comment on the home page, it shows up on the comments for the whole site.
I would also like the comments to show up on the facebook page.
Any help would be appreciated.
Thank you in advance.
Look at a few of your pages in the debugger. My guess is you have a single canonical url for all pages.
Getting comments to show up on your Facebook page is not supported with the comments plugin. You need to create an app and post Open Graph actions to your page to do that.

Adsense code not showing

My adsense code won't show. Code is in there, and is in there for weeks...Still not showing..
http://www.ecompanies.nl/pilot/diensten/seo/breda.html
I think it should be jQuery or Google Maps javascript interfering or something.
Don't see any javascript errors..
Any help is highly appreciated!
For anyone encountering the same problem...It looks like an Adsense problem. Seems like the ads only show up after Google Adsense bot spidered the page. On new pages on my sites, it takes 1 or 2 days for the ads to show up. Very strange..

Facebook sharing on mobile web

Can someone tell me how to implement facebook recommendation or like on mobile (iPhone, Android) web browser?
I following the guides for plugin approach and FB.ui approach:
http://developers.facebook.com/docs/reference/plugins/like
http://developers.facebook.com/docs/reference/javascript/FB.ui
but, none of them gave a mobile web sharing experience for recommentation/like. All of them give me desktop version of recommendata/like page.
Is there any tutorial or examples for Facebook sharing on mobile web? Can anyone help?
Thanks.
<div id="facebook_code"><iframe src="http://www.facebook.com/plugins/like.php?href=www.facebook.com%2F[FACEBOOK USER NAME OR ID]&layout=standard&show_faces=false&width=250&action=like&colorscheme=dark&height=80" scrolling="no" frameborder="0" class="facebook_like_button" allowTransparency="true">
Using the like button was a little bit of a fit, but here is how you do it.
The class is so you can style and position a div, the code calls facebook's like.php script so no need to include an extra call to a js file. The code I used also removes the pop up box that you can not style with the FB faces in it, it just displays names. Leave enough vertical room, in this case 80px for the text to wrap with the BLANK likes this text.
You might have to open a web view/safari because either way you're going to have to prove that the user is logged into facebook somehow.
I'm not sure their iOS SDK supports this but have a look at it on GitHub and maybe check the forks to see if anyone has found a way to add the like button.
You may also be interested in sharing rich content and media using Kik API. It lets you integrate your mobile app into Kik Messenger and use Kik's own transport and infrastructure to share content with other mobile app users. It is also very simple to integrate - about 5 lines of code, in simpler scenarios. There is more info on Kik API website: http://www.kik.com/dev and http://apiblog.kik.com
Disclaimer: I'm one of the developers behind Kik API :)