Login     Sign up
wimbya chat bar
tizom (@myfreevidz)
Join date: Nov 19th 2010
Community posts: 4
View Profile
Send Message

I tried to ad a chat bar that I use for other sites, but it caused the quick share not to work. Any Ideas on implementing it with out issues.

181 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

Ok need abit more info then that mate what did you do before it stoped working?.
How exactly did you implement the bar??

are there any errors??

whats your site??

Just abit more then "my quickshare isnt working"

180 months ago
tizom (@myfreevidz)
Join date: Nov 19th 2010
Community posts: 4
View Profile
Send Message

i placed it at bottom of page.tpl.php in facebook theme
Here are the last few lines of it. I put it above and below the footer and got the same result. The bar looked and worked great, but it killed the quick share. Quick share did not recognize any actions

site [url]http://teenself.com[/url] Adult in nature fyi

</table>

</div><!-- end jcow_application -->
</div><!-- end jcow_application_box -->
</div><!-- end wallpaper -->

<div id="footer">
<div>
<?=$tpl_vars['language_selection']?>
</div>
<?=$tpl_vars['footer']?>
<br /><br />
<!-- do NOT remove the Jcow Attribution Information -->
<!-- You have 3 style options:jcow_attribution(1), jcow_attribution(2), and jcow_attribution(3) -->
<?=jcow_attribution(1);?>

</div>

<?=$footer;?>

</html>

180 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

so where is the last </body> tag its not in the code you just gave there should be a close body tag just before the close html tag
so it should look like this..

[code]
</table>

</div><!-- end jcow_application -->
</div><!-- end jcow_application_box -->
</div><!-- end wallpaper -->

<div id="footer">
<div>
<?=$tpl_vars['language_selection']?>
</div>
<?=$tpl_vars['footer']?>
<br /><br />
<!-- do NOT remove the Jcow Attribution Information -->
<!-- You have 3 style options:jcow_attribution(1), jcow_attribution(2), and jcow_attribution(3) -->
<?=jcow_attribution(1);?>

</div>

<?=$footer;?>

<script Wibiya bar script here </noscript> <<<<<##### script goes here

</body> <<<<<####### close body tag
</html>
[/code]

180 months ago
tizom (@myfreevidz)
Join date: Nov 19th 2010
Community posts: 4
View Profile
Send Message

tried that as well, still no dice. Went with a meeblo bar instead for now. Thanks

180 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

strange worked alright on my site ..

180 months ago