|
Share button with popup
|
|
04-05-2012, 09:23 PM
(This post was last modified: 04-05-2012 09:24 PM by GalaxyFreak.)
Post: #1
|
|||
|
|||
Share button with popup
Hello,
I'm searching for a option or plugin that make a share button in posts and if you click on it you see a little popup window with the text "share this on:" and you can choose to share it on Facebook or Twitter. I have seen this on a forum on Vbulletin and I like this option Is this possible ?? |
|||
|
04-05-2012, 09:31 PM
Post: #2
|
|||
|
|||
RE: Share button with popup
http://community.mybb.com/thread-82696.html
Take the JavaScript popup menu and put both Facebook and Twitter links there. |
|||
|
04-06-2012, 08:55 AM
(This post was last modified: 04-06-2012 10:50 AM by GalaxyFreak.)
Post: #3
|
|||
|
|||
RE: Share button with popup
Thanks!
oke, the codes works but is it also possible to fix it that the popup menu shows up when you go over the option with you mouse?? Now you need to klik on it and then jou go over it and the menu shows up is this possible? |
|||
|
04-08-2012, 08:37 PM
Post: #4
|
|||
|
|||
RE: Share button with popup
(04-06-2012 08:55 AM)GalaxyFreak Wrote: Thanks! Someone that knows how to fix this ???? |
|||
|
04-08-2012, 08:40 PM
(This post was last modified: 04-08-2012 08:41 PM by Jovan J..)
Post: #5
|
|||
|
|||
RE: Share button with popup
Add JavaScript onmouse over event on that button:
http://www.w3schools.com/jsref/event_onmouseover.asp Jovan J. MyBB Support Technician Lives by faith, thinks by logic.
OpenIdea... an open-source idea collaboration software
|
|||
|
04-09-2012, 07:11 PM
Post: #6
|
|||
|
|||
RE: Share button with popup
Not Working here!!!
|
|||
|
04-12-2012, 11:14 PM
Post: #7
|
|||
|
|||
RE: Share button with popup
Someone with a WORKING sollution for this???
|
|||
|
04-12-2012, 11:16 PM
Post: #8
|
|||
|
|||
RE: Share button with popup
Give us here code of that button, and with that code which i sayed you to put in (onmouseover javascript).
Jovan J. MyBB Support Technician Lives by faith, thinks by logic.
OpenIdea... an open-source idea collaboration software
|
|||
|
04-13-2012, 10:58 AM
(This post was last modified: 04-13-2012 12:15 PM by GalaxyFreak.)
Post: #9
|
|||
|
|||
RE: Share button with popup
Oke here is my code where I want to fix the mouseover:
PHP Code: <a href="#" id="example_menu2" title="Berichten opties" /><img src="http://www.galaxyfreaks.nl/images/toplinks/berichten.png" alt="" title="Berichten opties" /> Berichten</a> And I hacve no code where I tryed the mouseover because I don't understand the link you given and I tryed a 3 a 4 places and nothing works. I hope you can edit the code so it works!! |
|||
|
04-13-2012, 02:06 PM
(This post was last modified: 04-13-2012 02:07 PM by Jovan J..)
Post: #10
|
|||
|
|||
RE: Share button with popup
Is that a html page or?
Find where your <script> tag begin and add that in begin of tag: function open(){ window.open ("http://www.yourlinkhere.com","mywindow"); } And when you do that replace your code with this: Code: <a href="#" id="example_menu2" onMouseOver="open()" title="Berichten opties" /><img src="http://www.galaxyfreaks.nl/images/toplinks/berichten.png" alt="" title="Berichten opties" /> Berichten</a> Jovan J. MyBB Support Technician Lives by faith, thinks by logic.
OpenIdea... an open-source idea collaboration software
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help



Share button with popup 




![[Image: pg0jMUV.png]](http://i.imgur.com/pg0jMUV.png)