Title: encoder's Replies | WordPress.org

---

# encoder

  [  ](https://wordpress.org/support/users/encoder/)

 *   [Profile](https://wordpress.org/support/users/encoder/)
 *   [Topics Started](https://wordpress.org/support/users/encoder/topics/)
 *   [Replies Created](https://wordpress.org/support/users/encoder/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/encoder/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/encoder/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/encoder/engagements/)
 *   [Favorites](https://wordpress.org/support/users/encoder/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Responsive Video Embedder for Rumble, Odysee, YouTube, Vimeo, Kick ...] Embed videos not working.](https://wordpress.org/support/topic/embed-videos-not-working/)
 *  Thread Starter [encoder](https://wordpress.org/support/users/encoder/)
 * (@encoder)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/embed-videos-not-working/#post-10136397)
 * Hi Nico,
    I am really sorry for this late reply but I didn’t receive any notification(
   it should have gone into SPAM folder).
 * I think I’ve found the problem: you plugin’s “URL / Embed Code” input filed is
   not trimming all iframes.
 * Example of not trimmed iframe:
    `<iframe framespacing='0' frameborder='no' scrolling
   ='no' src='http://video.corriere.it/video-embed/1d532e04-35ac-11e8-b2e5-b255d4399dd5?
   playerType=embed' width='540' height='340' allowfullscreen></iframe>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] Facebook profile picture not showing up as avatar](https://wordpress.org/support/topic/facebook-profile-picture-not-showing-up-as-avatar/)
 *  Thread Starter [encoder](https://wordpress.org/support/users/encoder/)
 * (@encoder)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/facebook-profile-picture-not-showing-up-as-avatar/#post-9001226)
 * After some time the profile picture is displaying correctly!
    -  This reply was modified 9 years, 1 month ago by [encoder](https://wordpress.org/support/users/encoder/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Each post&page has a "hidden" URL which generates a 404 – Not Found error](https://wordpress.org/support/topic/each-postpage-has-a-hidden-url-which-generates-a-404-not-found-error/)
 *  Thread Starter [encoder](https://wordpress.org/support/users/encoder/)
 * (@encoder)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/each-postpage-has-a-hidden-url-which-generates-a-404-not-found-error/#post-6428140)
 * You got the point! Well done! Thank you very much!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Each post&page has a "hidden" URL which generates a 404 – Not Found error](https://wordpress.org/support/topic/each-postpage-has-a-hidden-url-which-generates-a-404-not-found-error/)
 *  Thread Starter [encoder](https://wordpress.org/support/users/encoder/)
 * (@encoder)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/each-postpage-has-a-hidden-url-which-generates-a-404-not-found-error/#post-6428097)
 * Hi lorro,
    sure, here is the website’s url: [http://www.nonsoloanimali.com](http://www.nonsoloanimali.com)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[JustWrite] Google Webmaster Tools Structured Data Microformat/Microdata (hentry) errors](https://wordpress.org/support/topic/google-webmaster-tools-structured-data-microformatmicrodata-hentry-errors/)
 *  [encoder](https://wordpress.org/support/users/encoder/)
 * (@encoder)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/google-webmaster-tools-structured-data-microformatmicrodata-hentry-errors/#post-5537213)
 * If you want to see the instant results you should try the [Structured Data Testing Tool](https://developers.google.com/structured-data/testing-tool/)
   provided by Google.
    Yes, the webmaster tools takes some time (days) to process
   the changes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cresta Social Share Counter] Plugin conflicts with Facebook API](https://wordpress.org/support/topic/plugin-conflicts-with-facebook-api/)
 *  Thread Starter [encoder](https://wordpress.org/support/users/encoder/)
 * (@encoder)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-facebook-api/#post-6270550)
 * Sorry for the delay 🙁
    I tested the website and I discovered that this error
   was caused by the cache plugin I was using. I had to deactivate that plugin and
   add the caching rules directly to the .htaccess file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cresta Social Share Counter] Plugin conflicts with Facebook API](https://wordpress.org/support/topic/plugin-conflicts-with-facebook-api/)
 *  Thread Starter [encoder](https://wordpress.org/support/users/encoder/)
 * (@encoder)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-facebook-api/#post-6270347)
 * Hi again,
    No, I am not using a plugin for the Facebook comments. This is the
   script I’m using to initialize the SDK:
 *     ```
       <script>
       	  window.fbAsyncInit = function() {
       		FB.init({
       		  appId      : '1582551408xxxxxx',
       		  xfbml      : true,
       		  version    : 'v2.3'
       		});
       	  };
   
       	  (function(d, s, id){
       		 var js, fjs = d.getElementsByTagName(s)[0];
       		 if (d.getElementById(id)) {return;}
       		 js = d.createElement(s); js.id = id;
       		 js.src = "//connect.facebook.net/it_IT/all.js";
       		 fjs.parentNode.insertBefore(js, fjs);
       	   }(document, 'script', 'facebook-jssdk'));
       </script>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices Italian Add-on for WooCommerce] Codice fiscale obbligatorio: è possibile?](https://wordpress.org/support/topic/codice-fiscale-obbligatorio-e-possibile/)
 *  [encoder](https://wordpress.org/support/users/encoder/)
 * (@encoder)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/codice-fiscale-obbligatorio-e-possibile/#post-5929883)
 * Mi perdoni ma cosa dovrei cercare/trovare in questo link?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices Italian Add-on for WooCommerce] Codice fiscale obbligatorio: è possibile?](https://wordpress.org/support/topic/codice-fiscale-obbligatorio-e-possibile/)
 *  [encoder](https://wordpress.org/support/users/encoder/)
 * (@encoder)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/codice-fiscale-obbligatorio-e-possibile/#post-5929881)
 * La ringrazio per la risposta.
    E’ possibile avere questa modifica via e-mail?
   Sarebbe una cosa urgente.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices Italian Add-on for WooCommerce] Codice fiscale obbligatorio: è possibile?](https://wordpress.org/support/topic/codice-fiscale-obbligatorio-e-possibile/)
 *  [encoder](https://wordpress.org/support/users/encoder/)
 * (@encoder)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/codice-fiscale-obbligatorio-e-possibile/#post-5929879)
 * Salve! Un plugin davvero powerful! Complimenti!
    E’ possibile sapere come fare
   per rendere il campo “Codice Fiscale o la partita iva” obbligatorio?

Viewing 10 replies - 1 through 10 (of 10 total)