dblinks
Forum Replies Created
-
The upper part is the sharing in “social”, just turn those off and all the links “Profiles” are below that, in the same tab.
That’s the errors I get too. As I said sometimes it slips by the validator ad “ok”, but often does not. I tried turning off everything, then turning back on share and it broke, turned it off and turned just links back on and they seem to validate ok.
https://search.google.com/test/amp?id=4J0QgsYsr3p7mEKMCWAVsQ
(oh, and it appeared to affect the home page during tests, not necessarily all posts/page… which is another clue for the devs)
- This reply was modified 8 years, 10 months ago by dblinks.
I have this using social share buttons within the plugin too. It’s intermittent but enough for me to turn it off until a resolution is found. Social links appear to be fine, just the share buttons.
What’s weird in design 3 is that the share buttons are rendered under the article AND at the bottom of the device/browser. Maybe that’s a clue in how the code is implemented.
Forum: Plugins
In reply to: [WPSSO Core - Complete Schema Markup and Meta Tags] PHP-7I looked in the php7.0-fpm and nginx logs. The errors I saw didn’t seem consistent with the activation of your plugin. The point is, it says fatal error at the top of the plugin screen following activation but in conjunction with that error the plugin remains inactive. I have gone to another site, same server and did not in fact receive that error. I believe this was a conflict with another plugin on the site.
Meanwhile, I’m excited already looking at the dashboard and setting wpsso up. I’m into comprehensive seo for clients I think moving forward your suite will be beneficial.
Thanks for taking the time to respond.
Stu
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Featured Images not showing in postYou didn’t read it. It’s resolved. Thanks
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Featured Images not showing in postI stopped Yoast from generating og: tags and let my theme do it instead. This is working after invalidating and re-validating using the fb debugger/sharer.
Something you might want to put in your support docs. The theme is Avada.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Featured Images not showing in postYes I have enabled the featured image in design manager.
If you look at the source code of the pages I’ve provided you can see the problem immediately. I have Yoast, I have your plugin and I am not generating og tags from other than Yoast. You are either stripping the og:image meta out with your plugin or the Automattic AMP plugin is (which I doubt) and FB can’t scrape it OR the correct og:description – It’s handling the Twitter graph data correctly.
view-source:https://proudlysingle.com/2017/05/29/simple-people-reason-look-dates/amp/
view-source:https://proudlysingle.com/2017/05/29/simple-people-reason-look-dates/
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Link Rel CanonicalVia Yoast
Thanks!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Link Rel CanonicalI don’t know how to be more clear. If I share an AMP Post like this to Facebook – https://proudlysingle.com/2017/04/17/local-singles-city/amp/
such as: https://www.facebook.com/12flatdotcom/posts/1492519184123678
It does indeed go back to the correct amp url but it’s using the featured image and snippet from the home page, not the featured image or snippet in FB from the actual amp post.
You can see in the FB debugger no matter what post is shared the featured image and snippet rendered is from the home page https://proudlysingle.com
Thanks!
StuForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Featured Images not showing in postAll three designs do NOT display the featured image in the post. Your plugin shows the thumbnail featured images in related posts and archive pages.
<meta name=”twitter:image” content= CORRECT IN AMP
<meta property=”og:image” content=” NOT PRESENT IN AMP
I have the Glue for Yoast plugin and Yoast SEO plugin installed. I have OpenGraph enabled for FB in Yoast which works in non amp pages fine. The other og meta tags are there in the source of amp pages.
https://didtheycheat.com/2017/05/26/poi-alert-female-canada-vancouver/amp/
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Link Rel CanonicalSure the client site is https://proudlysingle.com/
Forum: Plugins
In reply to: [CDN Enabler] Exclude specific directoryCan you do wild cards?
i.e. /wp-content/themes/mytheme/includes/lib/assets/fonts/icomoon/*,
or can I just put .php, .woff, .ttf ?
(and do you use or not a leading slash?) Your example doesn’t so thought I’d ask.
thanks!
stuForum: Plugins
In reply to: [Autoptimize] Cache Folder pathProbably will work just leaving the cdn blank in your plugin. As you said I’m not using “pull” so until I figure that out the site is performing well enough.
Forum: Plugins
In reply to: [Autoptimize] Cache Folder pathOK, so this is interesting (based on your last conclusion). In AO I made //12flat.com/ the cdn and left https://cdn.12flat.com as the domain for the CDN Enabler plugin.
No error on the AO js file now… all other assets are using the cdn.
Your support exceeds expectations and suggestions push me to find ways to improve.
5 stars.
Forum: Plugins
In reply to: [Autoptimize] Cache Folder pathI can symlink via cli but would rather hard code it in a nginx server block via a custom .conf file as I don’t want any conflicts with other sites on this machine.
I’m not exactly sure the syntax yet in that .conf file to pair/symlink them.
Thanks for your suggestion Frank.