Page 1 of 1

Facebook ist nicht auf die Links in {news} zu erkenne

Posted: Tue Feb 03, 2015 6:53 pm
by sbupravi
Zuvor: http://forum.cmsmadesimple.org/viewtopi ... 11&t=71494
Beispiel: http://i-freedom.ru/news/svezhee-litso- ... suura.html

Code: Select all

<div class="fb-comments" data-href="http://i-freedom.ru/news/newsfreedom.html" data-numposts="5" data-colorscheme="light"></div>
Alias news: news/svezhee-litso-komandy-FREEDOM-hiroki-matsuura
Wie man eine URL aus den Nachrichten zu entfernen?

Re: Facebook ist nicht auf die Links in {news} zu erkenne

Posted: Tue Feb 03, 2015 8:15 pm
by velden
From sample News detail template:
news_url (string) = The url segment associated with this article (may be empty or unset).
and:

Code: Select all

{* set a canonical variable that can be used in the head section if process_whole_template is false in the config.php *}
{if isset($entry->canonical)}
  {assign var='canonical' value=$entry->canonical}
{/if}