Tuesday 15 June 2010

Missing Title on Facebook Plugin - Joomla 1.5 -



Missing Title on Facebook Plugin - Joomla 1.5 -

i'm working on blog page site that's running on joomla 1.5 (slowly rolling out upgraded templates need 1 work in meantime).

i'm using facebook box , have facebook header set 'false' i've got module title set show, it's not appearing on page. facebook code set in custom module , have several other custom modules on page functional titles.

i've got same set on separate blog page in joomla 3 working without issues. lack of compatibility joomla 1.5?

here's page review http://discoverestevan.com/index.php?option=com_content&view=category&layout=blog&id=22&itemid=455

not elegant solution, ended using id within module applied 'header' space of facebook widget. note not leave default id name or applied title styles checker div @ top of page same id name.

i used :before write title text in via css. final css code looks this:

#fb-head { background: rgb(212, 31, 60); /*logo colour: #b31c27*/ -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 10px; margin-right: -2px; } #fb-head:before { content: "find on facebook"; color: white; font-family: "helvetica neue",helvetica,arial,sans-serif; font-size: 18px; line-height: 20px; font-weight: bold; }

with custom module code:

<div id="fb-head" class="hidden_div">&nbsp;</div> <div class="fb-like-box" data-href="https://www.facebook.com/pages/cj1280-radio/168180086627809?ref=ts&amp;fref=ts" data-height="513px" data-colorscheme="light" data-show-faces="false" data-header="false" data-stream="true" data-show-border="false">&nbsp;</div>

facebook joomla title

No comments:

Post a Comment