Quote: Philipp Gampe (pgampe) wrote on Thu, 07 January 2016 21:45
----------------------------------------------------
Hi Volker K,
Volker K wrote:
> Überschrift = top-news = Seitenname mit dem News Plugin und nicht wie
> richtig = newsüberschrift
Hat AFAIK nichts mit Shariff zu tun, sondern mit den OpenGraph Meta Angaben
in Header deiner Seite.
Grüße
--
Philipp Gampe PGP-Key 0AD96065 TYPO3 UG Bonn/Köln
Certified Integrator Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!
----------------------------------------------------
Hi Philipp,
Danke für deine Antwort.
Habe es noch mal überprüft, aber kein Problem auf Anhieb gesehen.
Hier der Code:
<pre>
#OpenGraph Tags
og:title {
attribute = property
field = title
}
og:site_name {
attribute = property
data = TSFE:tmpl|setup|sitetitle
}
og:description = {$page.meta.description}
og:description {
attribute = property
field = description
}
og:image {
attribute = property
stdWrap.cObject = FILES
stdWrap.cObject {
references {
data = levelfield:-1, media, slide
}
maxItems = 1
renderObj = COA
renderObj {
10 = IMG_RESOURCE
10 {
file {
import.data = file:current:uid
treatIdAsReference = 1
width = 1280c
height: 720c
}
stdWrap {
typolink {
parameter.data = TSFE:lastImgResourceInfo|3
returnLast = url
forceAbsoluteUrl = 1
}
}
}
}
}
</pre>
und hier der daraus erzeugte Quellcode:
<pre>
<meta property="og:title" content="newsüberschrift" />
<meta property="og:type" content="article" />
<meta property="og:url"
content="http//example.com/home/top-news/news/newsüberschrift/" />
<meta property="og:image"
content="http//example.com/fileadmin/fcn/Redakteure/Berichte/bericht.png" />
<meta name="description" content="Teasertext" />
<meta property="og:description" content="Tesaertext" />
</pre>
Der Quelltext zeigt meiner Meinung alles korrekt an, oder?
Danke!
Gruß Volker
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german