Skip to content
SEO WebMasterSEO WebMaster
  • LOGIN
  • PREMIUM
  • en_GB English
    en_GB English it_IT Italian de_DE German es_ES Spanish fr_FR French
  • LOGIN
  • PREMIUM
  • en_GB English
    en_GB English it_IT Italian de_DE German 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
    • Affiliations
    • 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
    • Affiliations
    • Tools S. E. O.
    • Marketing
    • SEO e-Books
Categories
  • Affiliations
  • 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
Dec

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
  • December 2022
  • Contacts
  • Privacy and GDPR
  • Healing of the Spirit
  • Terms and Conditions
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
    • Affiliations
    • Tools S. E. O.
    • Marketing
    • SEO e-Books
 
 
 
PREMIUM
Select cycle payment
SUBSCRIBE
    Strength: Very Weak

    (Use Cropper to set image and
    use mouse scroller for zoom image.)

    Select method of payment
    How you want to pay?
    Table of contents payment

    Your selected plan : The Amount The Plan :
    Totala payment:

    By using this service you AGREE Terms and Conditions
     
     
     
     
    PREMIUM
    Select cycle payment
    SUBSCRIBE
      Strength: Very Weak
      Select method of payment
      How you want to pay?
      Table of contents payment

      Your selected plan : The Amount The Plan :
      Totala payment:

      By using this service you AGREE Terms and Conditions
       
      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

      We are using cookies to give you the best experience on our website.

      You can find out more about which cookies we are using or switch them off in .

      Login

      Lost your password?

      seo webmaster
      Powered by  GDPR Cookie Compliance
      Privacy Overview

      This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

      Strictly Necessary Cookies

      Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.

      If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.

      3rd Party Cookies

      This website uses Google Analytics to collect anonymous information such as the number of visitors to the site, and the most popular pages.

      Keeping this cookie enabled helps us to improve our website.

      Please enable Strictly Necessary Cookies first so that we can save your preferences!

      Cookie Policy

      More information about our the Cookie Policy