Faceebook share - format news

Need help with something HTML related, this is the place to ask.
Post Reply
hostingebc
Posts: 28
Joined: Wed Jun 08, 2011 10:31 am

Faceebook share - format news

Post by hostingebc »

how to format html stucture of news to share on facebok wall and show it with content

for examle, i know that title tag must have this
[syntax=xhtml]<title><?php echo "news_title"; ?></title>[/syntax]

if i want to share my news to facebook with corect title of the news.

But i do not khow how tu show content of the news an facebook in description of the link an wall of the facebook

You can try to pick this news, for example
http://www.sportskevesti.co/index.php?o ... t_id=24879

and before click post an face book, you will see the problem (i do need this for commercial, becose webpage is for serbian language)

Try and after delete the post

help ?
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Faceebook share - format news

Post by jacek »

I don't see the problem at all :?

[syntax=xhtml]<title><?php echo "news_title"; ?></title>[/syntax]
can just be

[syntax=xhtml]<title>news_title</title>[/syntax]
though.
Image
Post Reply