Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleCome costruire il feed RSS

 I contenuti vengo recuperati dalla piattaforma sono:

  • Title: item -> title
  • Summary: item -> description
  • Image: prima immagine in item -> description oppure item -> content:encoded oppure channel -> image-url
  • LinkURL: item -> link
  • LinkText: item -> title
  • ContentDate: item -> pubDate
  • ContentKey: item -> guid
  • Category: item -> category


Code Block
languagexml
titleEsempio di RSS
<item>
   <title>MailUp Marketing Conference: in arrivo l’edizione 2018</title>
   <link>https://blog.mailup.it/2018/07/mailup-marketing-conference-2018/</link>
   <comments>https://blog.mailup.it/2018/07/mailup-marketing-conference-2018/#respond</comments>
   <pubDate>Thu, 12 Jul 2018 09:10:58 +0000</pubDate>
   <dc:creator>
   <![CDATA[MailUp ]]>
   </dc:creator>
   <category>
   <![CDATA[Eventi ]]>
   </category>
   <category>
   <![CDATA[MailUp Marketing Conference ]]>
   </category>
   <guid isPermaLink="false">https://blog.mailup.it/?p=16568</guid>
   <description>
   <![CDATA[
   <p>Torna l’evento formativo per chi respira marketing digitale! 30 novembre, Milano, Palazzo Mezzanotte: una giornata dedicata alle ultime sfide dei marketer.</p> <p>The post <a rel="nofollow"   href="https://blog.mailup.it/2018/07/mailup-marketing-conference-2018/">MailUp Marketing Conference: in arrivo l’edizione 2018</a> appeared first on <a rel="nofollow" href="https://blog.mailup.it">MailUp Blog</a>.</p>
   ]]>
  </description>
  <content:encoded>
  <![CDATA[
  ]]>
  </content:encoded>
  <wfw:commentRss>https://blog.mailup.it/2018/07/mailup-marketing-conference-2018/feed/</wfw:commentRss>
  <slash:comments>0</slash:comments>
</item>


Contenuto in piattaforma:


Feed RSS del blog di MailUp: https://blog.mailup.it/feed/



Note
titleCome costruire il feed ATOM

 I contenuti vengo recuperati dalla piattaforma sono:

  • Title: entry -> title
  • Summary: entry -> summary
  • Image: prima immagine in entry -> content oppure entry -> summary oppure entry -> content:encoded oppure feed -> logo
  • LinkURL: entry -> link
  • LinkText: entry -> link.title
  • ContentDate: entry -> published
  • ContentKey: entry -> id
  • Category: entry -> category


Code Block
titleEsempio di ATOM
<entry>
	<author>
		<name>MailUp</name>
	</author>
	<title type="html"><![CDATA[Come si fa una newsletter?]]></title>
	<summary type="html"><![CDATA[<p>Passo passo, ti accompagniamo nella creazione di un template di newsletter responsive.
	]]></summary>
	<content type="html" xml:base="https://blog.mailup.it/2018/07/creare-newsletter/"><![CDATA[<p><em class="intro"><span style="font-weight: 400;"><imr src="https://blog.mailup.it/wp-content/uploads/newsletter-osservatorio-2018-1-1024x351.png"/> Passo passo, ti accompagniamo nella creazione di un template di newsletter responsiveente allineato all’identità di brand. </span></p>]]></content>
	<link rel="alternate" type="text/html" href="https://blog.mailup.it/2018/07/creare-newsletter/"  title="testo del link" />
	<id>https://blog.mailup.it/?p=16634</id>
	<updated>2018-07-19T09:39:48Z</updated>
	<published>2018-07-19T09:36:00Z</published>
	<category scheme="https://blog.mailup.it" term="Email Marketing" /><category scheme="https://blog.mailup.it" term="BEE" />
	<link rel="replies" type="application/atom+xml" href="https://blog.mailup.it/2018/07/creare-newsletter/feed/atom/" thr:count="0"/>
</entry>


Contenuto in piattaforma:


Feed ATOM del blog di MailUp: https://blog.mailup.it/feed/atom/


Guarda il tutorial:

Widget Connector
urlhttps://www.youtube.com/watch?v=XpsiDOs6T80&feature=youtu.be

...