Skip to content
SEO WebMasterSEO WebMaster
  • LOGIN
  • PREMIUM
  • de_DE German
    de_DE German it_IT Italian en_GB English es_ES Spanish fr_FR French
  • LOGIN
  • PREMIUM
  • de_DE German
    de_DE German it_IT Italian en_GB English es_ES Spanish fr_FR French
  • Home
  • WP Plugins
    • Plugins
      • ACF
      • Admin Columns Pro
      • AffiliateWP
      • Backup
      • Caching-Plugins
      • CodeCanyon
      • Convert Pro
    • Plugins
      • Download Monitor
      • Elementor Pro
      • LearnDash LMS
      • MainWP
      • Meta Box
      • MonsterInsights
      • MemberPress
    • Plugins
      • Premium Plugins
      • Restrict Content Pro
      • SearchWP
      • Sensei LMS
      • SEO-Plugins
      • Soflyy
      • SportsPress Pro
    • Plugins
      • Ultimate Member
      • WPML
      • WPMU DEV
      • WP Rich Snippets
      • WC Vendors
      • WP-Download-Manager
      • Yoast
  • E-Commerce
    • E-Commerce
      • AutomateWoo
      • Barn2 Media
      • Dokan
      • Woocommerce
    • E-Commerce
      • Easy Digital Downloads
      • StoreApps
      • WP Lab & WP-Lister
      • YITH WooCommerce
  • THEME
    • THEME
      • Astra
      • Bricks Builder
      • Elegant Themes
    • THEME
      • GeneratePress Premium
      • Storefront
      • ThemeForest
  • BLOG
    • Tricks
    • Hosting
    • Mitgliedschaften
    • Tools S. E. O.
    • Marketing
    • SEO-e-Books
  • Home
  • WP Plugins
    • Plugins
      • ACF
      • Admin Columns Pro
      • AffiliateWP
      • Backup
      • Caching-Plugins
      • CodeCanyon
      • Convert Pro
    • Plugins
      • Download Monitor
      • Elementor Pro
      • LearnDash LMS
      • MainWP
      • Meta Box
      • MonsterInsights
      • MemberPress
    • Plugins
      • Premium Plugins
      • Restrict Content Pro
      • SearchWP
      • Sensei LMS
      • SEO-Plugins
      • Soflyy
      • SportsPress Pro
    • Plugins
      • Ultimate Member
      • WPML
      • WPMU DEV
      • WP Rich Snippets
      • WC Vendors
      • WP-Download-Manager
      • Yoast
  • E-Commerce
    • E-Commerce
      • AutomateWoo
      • Barn2 Media
      • Dokan
      • Woocommerce
    • E-Commerce
      • Easy Digital Downloads
      • StoreApps
      • WP Lab & WP-Lister
      • YITH WooCommerce
  • THEME
    • THEME
      • Astra
      • Bricks Builder
      • Elegant Themes
    • THEME
      • GeneratePress Premium
      • Storefront
      • ThemeForest
  • BLOG
    • Tricks
    • Hosting
    • Mitgliedschaften
    • Tools S. E. O.
    • Marketing
    • SEO-e-Books
Kategorien
  • Mitgliedschaften
  • Hosting
  • Magento
  • Marketing
  • SEO-e-Books
  • Strumenti S.E.O.
  • Tips and tricks
  • I migliori servizi di hosting per WordPress
  • Hacklog Volume 1 Anonimato: Manuale sulla Sicurezza Informatica e Hacking Etico
  • Il manuale dell’idiota digitale
  • Utilizzare SUMUP per accettare pagamenti con carte di credito di debito e carta reddito di cittadinanza
  • Come ottenere Sconti su eBay con eBay EXTRA
Tips and tricks

Come ottimizzare l’anteprima sui social Facebook e Twitter senza plugin con WordPress

31
Dez.

Quando condividete un articolo o un prodotto woocommerce con il vostro WordPress l’immagine è sbagliata?

L’anteprima non è corretto?

Se siete come me che non volete installare plugin sul vostro wordpress allora questa soluzione fa al caso vostro:

Per utilizzare questa funzionalità di wordpress occorrerà agire sul file HEADER.php del vostro thema.

Individuate il file nella cartella del vostro thema.

Fatene una copia.

Vi consiglio sempre di lavorare con themi CHILD

Nel vostro file dovete copiare e incollare il seguente codice all’interno del file <head>COPIARE IL CODICE QUI</head>

<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@TUO-ACCOUNT-TWITTER" />
<meta name="twitter:creator" content="@TUO-ACCOUNT-TWITTER" />
<meta property="fb:app_id" content="APP ID DI FACEBOOK" />
<meta property="fb:admins" content="FBADMIN" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="<?php bloginfo('name'); ?>" />
<meta property="og:locale" content="it_IT" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="800" />
<?php if (is_single()) { ?>
<meta property="og:url" content="<?php echo get_permalink(); ?>" />
<meta property="og:title" content="<?php echo get_the_title(); ?>" />
<meta property="og:description" content="<?php echo substr(strip_tags($post->post_content), 0, 170).' [...]';?>" />
<meta property="og:image" content="<?php if ( (function_exists('has_post_thumbnail')) && (has_post_thumbnail()) ) { ?>

<?php $image_id = get_post_thumbnail_id();
$image_url = wp_get_attachment_image_src($image_id,'post-thumbnail', true);
echo $image_url[0];  ?>
<?php
} else {
?>
<?php bloginfo('template_directory'); ?>/facebook.png<?php
} ?>" />
<?php } ?>
<?php if (is_home() && !is_paged() ) { ?>
<meta property="og:title" content="<?php bloginfo('name'); ?>" />
<meta property="og:url" content="<?php bloginfo('url'); ?>" />
<meta property="og:description" content="<?php bloginfo('description'); ?>" />
<meta property="og:image" content="<?php bloginfo('template_directory'); ?>/facebook.png" />
<?php } ?>
  • Affinche tutto funzioni dovrete creare un app su facebook
  • Dovrete conoscere il numero del vostro admin FB utilizzate questo tool
  • Cambiare l’account di twitter
  • Creare un immagine facebook.png e caricarla nella directory del thema

Le linee da cambiare sono

twitter:site=@VOSTRO_ACCOUNT_TWITTER

twitter:creator=@VOSTRO_ACCOUNT_TWITTER

fb:app_id VOSTRO NUMERO APP

fb:admins VOSTRO ID ADMIN

I migliori servizi di hosting per WordPress

Archivi

  • April 2023
  • Dezember 2022
  • Kontakte
  • Privacy GDPR
  • Heilung des Geistes
  • Nutzungsbedingungen
Copyright 2025 © WEBMASTER-SEO
  • Home
  • WP Plugins
    • Plugins
      • ACF
      • Admin Columns Pro
      • AffiliateWP
      • Backup
      • Caching-Plugins
      • CodeCanyon
      • Convert Pro
    • Plugins
      • Download Monitor
      • Elementor Pro
      • LearnDash LMS
      • MainWP
      • Meta Box
      • MonsterInsights
      • MemberPress
    • Plugins
      • Premium Plugins
      • Restrict Content Pro
      • SearchWP
      • Sensei LMS
      • SEO-Plugins
      • Soflyy
      • SportsPress Pro
    • Plugins
      • Ultimate Member
      • WPML
      • WPMU DEV
      • WP Rich Snippets
      • WC Vendors
      • WP-Download-Manager
      • Yoast
  • E-Commerce
    • E-Commerce
      • AutomateWoo
      • Barn2 Media
      • Dokan
      • Woocommerce
    • E-Commerce
      • Easy Digital Downloads
      • StoreApps
      • WP Lab & WP-Lister
      • YITH WooCommerce
  • THEME
    • THEME
      • Astra
      • Bricks Builder
      • Elegant Themes
    • THEME
      • GeneratePress Premium
      • Storefront
      • ThemeForest
  • BLOG
    • Tricks
    • Hosting
    • Mitgliedschaften
    • Tools S. E. O.
    • Marketing
    • SEO-e-Books
 
 
 
PREMIUM
Wählen sie zyklus zahlung
ABONNIEREN
    Strength: Very Weak

    (Verwenden Sie Cropper, um das Bild festzulegen, und
    verwenden Sie den Mausscroller, um das Bild zu vergrößern.)

    Wählen sie die methode der zahlung
    How you want to pay?
    Inhaltsverzeichnis zahlung

    Ihr plan ausgewählt : Betrag Plan :
    Totala zahlung:

    Mithilfe dieser dienste AKZEPTIEREN sie Nutzungsbedingungen
     
     
     
     
    PREMIUM
    Wählen sie zyklus zahlung
    ABONNIEREN
      Strength: Very Weak
      Wählen sie die methode der zahlung
      How you want to pay?
      Inhaltsverzeichnis zahlung

      Ihr plan ausgewählt : Betrag Plan :
      Totala zahlung:

      Mithilfe dieser dienste AKZEPTIEREN sie Nutzungsbedingungen
       
      Forgot Password
      Please enter your email address or username below.
       
      Please Login
      Lost Your Password
      Dont have account? SIGNUP
       
       
      it_IT Italian
      it_IT Italian
      en_GB English
      de_DE German
      es_ES Spanish
      fr_FR French

      Wir verwenden Cookies, um dir die bestmögliche Erfahrung auf unserer Website zu bieten.

      In den kannst du erfahren, welche Cookies wir verwenden oder sie ausschalten.

      Anmelden

      Passwort vergessen?

      seo webmaster
      Powered by  GDPR Cookie Compliance
      Datenschutz-Übersicht

      Diese Website verwendet Cookies, damit wir dir die bestmögliche Benutzererfahrung bieten können. Cookie-Informationen werden in deinem Browser gespeichert und führen Funktionen aus, wie das Wiedererkennen von dir, wenn du auf unsere Website zurückkehrst, und hilft unserem Team zu verstehen, welche Abschnitte der Website für dich am interessantesten und nützlichsten sind.

      Unbedingt notwendige Cookies

      Unbedingt notwendige Cookies sollten jederzeit aktiviert sein, damit wir deine Einstellungen für die Cookie-Einstellungen speichern können.

      Wenn du diesen Cookie deaktivierst, können wir die Einstellungen nicht speichern. Dies bedeutet, dass du jedes Mal, wenn du diese Website besuchst, die Cookies erneut aktivieren oder deaktivieren musst.

      Drittanbieter-Cookies

      Diese Website verwendet Google Analytics, um anonyme Informationen wie die Anzahl der Besucher der Website und die beliebtesten Seiten zu sammeln.

      Diesen Cookie aktiviert zu lassen, hilft uns, unsere Website zu verbessern.

      Bitte aktiviere zuerst die unbedingt notwendigen Cookies, damit wir deine Einstellungen speichern können!

      Cookie-Richtlinie

      Mehr Informationen über unsere Cookie-Richtlinien