Zen Cart Logo
Forums / General Questions / adding wibiya toolbar

adding wibiya toolbar

Views: 1,640

Results 1 to 15 of 15
3 Aug 2011, 10:34 PM
#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!!

4 Aug 2011, 3:25 AM
#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>
4 Aug 2011, 3:29 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: adding wibiya toolbar

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

(caps intended for emphasis :blush: )

4 Aug 2011, 3:36 AM
#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? :)

4 Aug 2011, 3:40 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

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.

4 Aug 2011, 3:54 AM
#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.

4 Aug 2011, 4:04 AM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

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.
4 Aug 2011, 5:45 AM
#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!

4 Aug 2011, 7:04 AM
#10
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: adding wibiya toolbar

Oops ... my bad. Try renaming jscript_this_toolbar.js to jscript_this_toolbar.php

4 Aug 2011, 8:44 AM
#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!!

4 Aug 2011, 8:52 AM
#12
dgent avatar

dgent

Totally Zenned

Join Date:
Nov 2009
Location:
UK
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.

4 Aug 2011, 8:58 AM
#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:

2 Aug 2013, 12:13 PM
#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 ?

5 Aug 2013, 9:34 AM
#15
devyani avatar

devyani

Zen Follower

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

Re: adding wibiya toolbar

anyone ?