Forums / General Questions / adding wibiya toolbar

adding wibiya toolbar

Results 1 to 15 of 15
03 Aug 2011, 22:34
#1
mooncavecrystals avatar

mooncavecrystals

Zen Follower

Join Date:
Sep 2006
Posts:
455
Plugin Contributions:
0

adding wibiya toolbar

I have the wibiya tool bar on my blog and website. I would like to add it to my shopping pages as well (since it is a great way to share content, etc).

It is a very simple html code that you insert before the /body, however I have no idea where or what file to add it to with zen cart. Suggestions??

this is all that i want (since there is no updated add on for this currently). I would appreciate some direction :) thank you!!
04 Aug 2011, 03:25
#3
mooncavecrystals avatar

mooncavecrystals

Zen Follower

Join Date:
Sep 2006
Posts:
455
Plugin Contributions:
0

Re: adding wibiya toolbar

so do i just need that one line of code in the file? or do I need the these other codes? i will apologize in advance. I know nothing of code and usually just wing it. Sometimes it works, sometimes it doesnt, so please excuse my lack of coding knowledge.

<html>
<head>
</head>
<script src=the actual wibiya tool bar code goes here type="text/javascript"></script>
</body>
</html>
04 Aug 2011, 03:29
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: adding wibiya toolbar

JUST the <script>....</script> part. ANYTHING ELSE WILL CREATE A *HUGE* MESS.

(caps intended for emphasis :blush: )
04 Aug 2011, 03:36
#5
mooncavecrystals avatar

mooncavecrystals

Zen Follower

Join Date:
Sep 2006
Posts:
455
Plugin Contributions:
0

Re: adding wibiya toolbar

that is good to know :) now (please forgive my ignorance here) do I need to create all the files, like a includes file which has the template file, etc in it? never done this before either. Have I told you lately you have the patience of a saint? and how grateful I am that you do? :)
04 Aug 2011, 03:40
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: adding wibiya toolbar

You have a custom template on your site, right? And that's where you're making your custom changes to your template and css files, right?
ie: in /includes/templates/NAME_OF_YOUR_TEMPLATE_HERE/.......

That's the same place where you'll put the new folder and new file that I mentioned earlier.
04 Aug 2011, 03:54
#7
mooncavecrystals avatar

mooncavecrystals

Zen Follower

Join Date:
Sep 2006
Posts:
455
Plugin Contributions:
0

Re: adding wibiya toolbar

well, I must of done it wrong cause it did not work.

I am using the darkness template, so added the jscript file in there. did not work.

don't yell, i have never understood the tree thingy or making a custom template......so i just use darkness and save a copy daily in case something messes up.
04 Aug 2011, 04:04
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: adding wibiya toolbar

1. create a file on your PC, named "jscript_this_toolbar.js"
2. Inside that file place the <script .......> ... </script> stuff they gave you.
3. Use your FTP program to go to your site
4. Navigate to the /includes/ folder
5. Now go into the "templates" folder under it
6. Now go into the "darkness" (or whatever its actual name is) folder under it
7. Create a new folder called "jscript" in there.
8. Go into that new jscript folder
9. Upload the jscript_this_toolbar.js file into that folder.
04 Aug 2011, 05:45
#9
mooncavecrystals avatar

mooncavecrystals

Zen Follower

Join Date:
Sep 2006
Posts:
455
Plugin Contributions:
0

Re: adding wibiya toolbar

thanks. I did it step by step, but it is not working. Maybe I am missing something. Decided I should go to bed and start fresh in the morning :) Thanks again for all of your help and patience!! Have a great night/day!
04 Aug 2011, 07:04
#10
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: adding wibiya toolbar

Oops ... my bad. Try renaming jscript_this_toolbar.js to jscript_this_toolbar.php
04 Aug 2011, 08:44
#11
mooncavecrystals avatar

mooncavecrystals

Zen Follower

Join Date:
Sep 2006
Posts:
455
Plugin Contributions:
0

Re: adding wibiya toolbar

that did it :) changing it to php worked!

thank you Dr. Byte for sticking with me on this!! I am truly grateful :) you are THE BEST!!
04 Aug 2011, 08:52
#12
dgent avatar

dgent

Totally Zenned

Join Date:
Nov 2009
Posts:
1,117
Plugin Contributions:
0

Re: adding wibiya toolbar

You may find it slows your site down a fair bit, as it reloads on every page.
04 Aug 2011, 08:58
#13
mooncavecrystals avatar

mooncavecrystals

Zen Follower

Join Date:
Sep 2006
Posts:
455
Plugin Contributions:
0

Re: adding wibiya toolbar

yes, will keep an eye on that. Folks have just been requesting a share button (like a facebook share button, etc) and this is the solution that seemed to work for now.

I will keep my eyes open for a working add on for zen cart but for now.....i am content :)

thanks again so much!:clap:
02 Aug 2013, 12:13
#14
devyani avatar

devyani

Zen Follower

Join Date:
Aug 2011
Posts:
199
Plugin Contributions:
0

Re: adding wibiya toolbar

Hi,
I did as mentioned.
But when I refresh the page I get this error on top of the page
Attachment 12848

What's wrong ?
05 Aug 2013, 09:34
#15
devyani avatar

devyani

Zen Follower

Join Date:
Aug 2011
Posts:
199
Plugin Contributions:
0

Re: adding wibiya toolbar

anyone ?