Il giornalista Francesco Vitale celebra i 60 anni di Gianfranco Zola, ripercorrendone la carriera da Napoli al Cagliari, passando per Chelsea.
Il giornalista Francesco Vitale, tramite la propria pagina Facebook, ha voluto celebrare i 60 anni di Gianfranco Zola con un lungo post che ne ripercorre l'intera carriera. Di seguito le sue parole: "Grandissimo giocatore, nonché persona perbene. In lui è concentrata tutta la meraviglia di essere stati numeri 10 vecchio stampo, nella decade 80/90/2000. Di fatto nel calcio che è stato anche il suo! Scoperto da Luciano Moggi, aveva già 23 anni nel 1989, quando fece un doppio balzo dalla C1 con la Torres alla Serie A. Non è che però lo fece passando per una provinciale o una squadra media, ma bensì direttamente nel Napoli di Maradona, futuro campione d'Italia. L'impatto fu subito ottimo, non soffrendo il doppio salto mortale di categoria, giocando con Diego e poi prendendone le redini fino al 1993. Dopodiché, si affermò definitivamente a Parma, vincendo con i ducali una Supercoppa Europea e una Coppa UEFA, dispensando calcio, aumentando il suo bottino di reti ed entrando in pianta stabile anche nel giro della Nazionale. Con gli azzurri, fu sfortunato: sia per l'assurda espulsione con la Nigeria ai Mondiali di USA 94, sia per il rigore fallito con la Germania ad Euro 96, che decretò di fatto l'eliminazione dell'Italia ai gironi. A 30 anni, in età al tempo calcisticamente già pensionabile per i giocatori offensivi, Ancelotti commise il grande errore di mandarlo via da Parma, invitandolo a giocarsi il posto in avanti con Crespo e Chiesa, dirottandolo sulla fascia. Al tempo, Carletto aveva integralismi e contaminazioni sacchiane, detestava i numeri 10 e non volle nemmeno acquistare Roberto Baggio in sede di calciomercato. Ed ecco quindi che arrivò in soccorso l'ambizioso Chelsea dell'amico Luca Vialli guidato però ancora da Ruud Gullit, in un tempo dove la Premier League era ancora un campionato pieno di scarti della nostra Serie A, ma che comunque per stadi e ambiente aveva il suo innumerevole fascino. Pensavamo di aver visto tutto, ci immaginavamo una semplice passerella finale, classica di fine carriera. Invece Zola rimase lì addirittura sette stagioni, regalandoci la sua miglior versione di sempre, mettendo in bacheca anche 2 Coppe d'Inghilterra, 1 Coppa di Lega inglese, un Community Shield, una Coppa delle Coppe e un'altra Supercoppa Europea. In Coppa delle Coppe, segnò il goal vittoria con lo Stoccarda, venendo però ignorato dalla Nazionale e da Cesare Maldini che decise di non convocarlo per i Mondiali di Francia 98. A Londra venne ribattezzato "The Magic Box", diventando uno degli idoli assoluti di Stamford Bridge, venendo eletto dai tifosi come miglior Blues del ventesimo secolo. Un amore viscerale, finito nel 2003, dopo che Abramovich appena arrivato come presidente gli propose addirittura il rinnovo di contratto. Fu lui a dire no: il suo tempo londinese era finito, ed ormai 37enne decise che c'era un'ultima sfida prima di appendere gli scarponi al chiodo. Giocare nel Cagliari, la squadra per cui tifava da ragazzo, riportandola in Serie A e lasciandocela anche. Manco a dirlo, missione compiuta! Tanti auguri a 'The Magic Box' Gianfranco Zola che oggi compie 60 anni".
# Embedded Posts Embedded Posts are a simple way to put public posts - by a Page or a person on Facebook - into the content of your web site or web page. Only public posts from Facebook Pages and profiles can be embedded. ## Code Generator {#code-generator} ## Settings {#settings} | Setting | Description | Default | | --- | --- | --- | | `data-href` | The absolute URL of the post. | `n/a` | | `data-lazy` | `true` means use the browser's lazy-loading mechanism by setting the `loading="lazy"` iframe attribute. The effect is that the browser does not render the plugin if it's not close to the viewport and might never be seen. Can be one of `true` or `false` (default). | `false` | | `data-width` | The width of the post. Min. `350` pixel; Max. `750` pixel. Leave empty to use fluid width. | fluid width | | `data-show-text` | Applied to photo post. Set to `true` to include the text from the Facebook post, if any. | `false` | ## Getting your Code from a Post ### 1. Navigate to your Post You can get the embed code directly from the post itself. If the post is **public**, click on the icon that appears in the top right corner of the post on Facebook. **Choose `Embed Post` from the drop down menu:** **For photo posts select the `Embed Post` button on the bottom right:** ### 2. Copy and Paste Code You will see a dialog appear with the code to embed your post in it. Copy and paste this code into your web page in the place where you want it to appear.
For technical details please refer to the section [Add Code Manually](#add-code-manually) ## Add Code Manually {#add-code-manually} Besides the [Code Generator](#code-generator), you can also embed the code manually. ### 1. Get Post URL First you need to **[get the URL of a post](#how-to-get-a-posts-url)** you wish to share. The post **must** be public, which is indicated by the gray world icon, right next the post's publishing time: For testing you can use this **example URL**: ``` "https://www.facebook.com/20531316728/posts/10154009990506729/" ``` ### 2. Load JavaScript SDK To use the Embedded Posts Plugin, or any other Social Plugin, you need to add the [Facebook JavaScript SDK](https://developers.facebook.com/documentation/javascript) to your website. You need to load the SDK only once on a page, ideally right after the opening `
` tag: ```
``` You can find more help on implementing the JavaScript SDK in the [JavaScript SDK - Quickstart](https://developers.facebook.com/documentation/javascript/quickstart). ### 3. Place Embedded Post Tag Next place the Embedded Post tag at any place of your website. Replace `{your-post-url}` with your posts' URL. ```
``` ### 4. Testing Once you completed these steps you're able to test your Embedded Post. A completed integration will look like something like this: ```
My Website ``` The result of our test example is shown in the screenshot below. ### 5. Customizing Follow the instructions further down this page to adjust size, language and other settings. ## Getting a post's URL {#how-to-get-a-posts-url} There may be scenarios in which your embed code is created by a CMS and you just need the raw post URL. There are two ways to get a post's URL: 1. Copy the URL of the permalink from your **browser's address bar**. 2. Right-click the post's **publishing time** and copy the link address. Both methods are highlighted in red in the screenshot below. ### Via Graph API If you wish to automatically integrate embedded posts into your website, you probably use the Graph API to aggregate posts. For example you may use the [Page Feed API endpoint](https://developers.facebook.com/docs/graph-api/reference/page/feed) and the `fields` parameter `permalink_url`. The response to your request to `/{page-id}/feed?fields=permalink_url` will send you a response like this: ``` { "data": [ { "id": "1234567890_3456789012", "permalink_url": "https://www.facebook.com/1234567890/posts/3456789012" } ] } ``` ## Layout on Desktop {#desktoplayout} You can adjust the width of Embedded Posts on desktop via the `data-width` attribute in the Embed Post tag as shown in the example below. Chose a value between `350` and `750` pixels. Do not use CSS style tags to adjust the size of a plugin. It may result into display errors. ```
``` ## Layout on Mobile Web {#mobilelayout} On mobile web, Embedded Posts automatically scale to the width of the container. ## WordPress {#wordpress} If you are already using the Facebook SDK for JavaScript in your WordPress site you can use the Embedded Posts plugin by simply adding the `fb-post` tag to your WordPress post: ```
``` If you are not using the Facebook SDK for JavaScript and embed a Post via the copy&paste snippet, which you can get from each Facebook post, the Embedded Posts plugin will most likely not render as WordPress will convert all `&` chars to `#038;` and break the plugin. Instead use the following code to add the plugin: ```
``` A new, easy WordPress integration will be released in the near future. ## FAQ {#faq} **How do I display Social Plugins in different languages?** If you are using the HTML5 or XFBML versions, you should include the language code when you instantiate the library. When you load the SDK, change the value of `js.src` to use your locale. Replace `en_US` with your locale, e.g., `fr_FR` for French (France): ```js // Example 1: 'https://connect.facebook.net/fr_FR/sdk.js'; // Example 2: js.src = "https://connect.facebook.net/fr_FR/sdk.js#xfbml=1&version=v2.6"; ``` Supported locales are referenced in the [Facebook Locales XML file](http://www.facebook.com/translations/FacebookLocales.xml). You may need to adjust the width of a Social Plugin to accommodate different languages. Find more information on our [Localization & Translation](https://developers.facebook.com/documentation/javascript/internationalization) page. **What do people see in Embedded Posts?** The embedded post will show any media attached to it, as well as the number of likes, shares, and comments that the post has. Embedding posts will let people using your web site see the same rich information that is shown on Facebook.com, and they will enable people to follow or like content authors or Pages directly from the embed. **What happens if someone deletes a post or changes a post's audience selector?** The following message will display in place of the embedded post: