Design4u Cologne
Forum Replies Created
-
@kokkieh,
thank you for your help! In fact, that was another plugin (in addition to Yoast), which generated OG tags. I adjusted it.
Also i had the problem with wordpress.com, so that design4u.org was not found under “My Sites” on wordpress.com Jetpack-list. I have reinstalled the plugin, did set up and now everything works again!Hello @kokkieh ,
sorry, of course you are right: i use the automatic sharing only for posts and custom_post_types.custom_post_types are not easy to find on the website, but today i’ve posted a “real”, “normal” article. https://www.design4u.org/russland-gus/online-handel-und-e-commerce/wildberries-geht-nach-europa/
After posting i received a message from Jetpack in the backend, over post-title, something like “successfully published on Facebook, Twitter, Tumblr, Linkedin”. But in fact it has not been posted on any of this platforms.Do you have ideas, where i could look fortroubleshooting? Thank you!
PS: Screenshot – https://prnt.sc/pnlbwaHello @kokkieh,
Thank you very much for your response! Sorry, I just googled to solve the problem and found the thread here. It’s still pretty “fresh”, so i decided to ask here..
My problem relates to automatic sharing when publishing an article, page, or post_type. (You know, available for Twitter, FB, Linkedin, and Tumblr). Screenshot: https://ibb.co/XpnvcPS
I’ve always done that for the post_type “SEO News” and it always worked. But not anymore, (see: https://www.facebook.com/design4ukoeln)Thank you for your help!
- This reply was modified 6 years, 6 months ago by Design4u Cologne.
I can confirm that. Facebook sharing is not working for me anymore. URL? One of the sites: https://www.design4u.org/
Thanks in advance!Thank you very much, 3.5.1 works well!
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache – offline website after WC 4.7Look at this picture 😉
I’ve got this on two websites after updating to WordPress 4.7.2. The backend works, but none of the pages opens – only these weird characters are seen. The fault was “browser cache” in W3TC, after the deactivation everything worked normally.Forum: Plugins
In reply to: [Better Anchor Links] Show backlink next to heading@sventb
Thank you, it works!Forum: Plugins
In reply to: [Multipage] Danger do not use on 3.5The same problem now ((
Forum: Plugins
In reply to: [WP Geo] [Plugin: WP Geo] WPML transaltion and custom post typessorry, did you find a safe way to work with WPML and custom post types? I see, many people (as me) are in trouble…
Forum: Fixing WordPress
In reply to: WordPress.com StatsI have the same problem 🙁 I think we must contact WP support, look:
http://wordpress.org/support/topic/your-wordpresscom-account-is-not-authorized-to-view-the-stats-of-this-blog/page/6Forum: Fixing WordPress
In reply to: More tag ignored on home pageCan somebody explain me please, why <!–More–> tag isn’t working here:
<?php rewind_posts();
global $more;
$more = 0;
$my_query = new WP_Query(‘order=asc&showposts=500’);
while ($my_query->have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID; ?><div class=”post” id=”post-<?php the_ID(); ?>”>
<h2>” rel=”bookmark” title=” <?php the_title_attribute(); ?>”><?php the_title(); ?></h2>
<small><?php the_time(‘F jS, Y’) ?> <!– by <?php the_author() ?> –></small>
<div class=”entry”>
<?php the_content(‘Read the rest of this entry »’); ?>
</div>
</div>
<?php endwhile; ?>I receive the whole text and something like this
<p><span id=”more-45″></span></p>
but not more-tag.
Thanks!
(i found that here: http://www.texto.de/texto/wordpress-als-cms-printausgabe-statische-seite)