Results 1 to 15 of 18
-
12-01-2010, 16:10 #1
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 44
[NOW AVAILABLE] Wordpress TS3 Viewer Widget / Plugin
Hey Guys
Yesterday I released the first Wordpress Plugin for Teamspeak 3 Server.
Functions:
The Plugin allows to add a TS3 Viewer to the Sidebar AND to show your Users and Channels on a Article or Post ( Beta, not much functions added yet ) on your Wordpress-based Blog.
Installation:
1. Unzip teamspeak3-viewer-widget and upload the contained files to the /wp-content/plugins/ directory
2. Activate the plugin through the 'Plugins' menu in WordPress
Add the sidebar widget
1. Install the Teamspeak 3 Widget widget through the 'Design -> Widgets' menu in WordPress
Add `ts3_wp_viewer` to a post or a page
1. Type [ts3_wp_viewer] into a post's or a page's body text.
(Optional, for advanced users) Add `ts3_wp_viewer` to a template
1. Enter <?php echo do_shortcode('[ts3_wp_viewer]'); ?> into a suitable template file.
FAQ:
How would I modify ts3_wp_viewer's options when it is used as a short tag or inside a template?
To modify this plugin's option, you will have to add a widget at least once. Once the options are set, they are used for all instances of this plugin and you can safely remove the widget.
Download:
The current Version can be found in the Wordpress Extend Repository
DEMO ( and future website ):
No demo atm
Credits:
The Plugin uses the TeamSpeak 3 PHP Framework by Sven aka ScP. Donated money will also arrive him!
Questions?
Ask here or via mail to development@michaelplas.de
PS
Follow me on Twitter
Last edited by MichaelP; 06-05-2010 at 11:45.
-
14-01-2010, 08:06 #2
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- BFE
- Posts
- 36
Nice job.
Know few ppl that were asking about this so glad to see someone made it.
-
14-01-2010, 13:10 #3
-= TeamSpeak User =-
- Join Date
- Sep 2008
- Location
- Brazil
- Posts
- 27
Nice, work perfect.
-
14-01-2010, 19:17 #4
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 44
Hey guys
Thanks for your feedback =)
I currently fixing bugs ( some guys get a fatal error, dont know why yet...) and increasing the usabillity ( a lot of people dont understand howto setup )
a new version will be released friday night or saturday morning
-
15-01-2010, 00:26 #5
it would be cool if you could make the display use AJAX so that it updates the stuff in real time (maybe with a delay but at least so that i don't have to refresh the entire blog each time i want to see what is there at the moment)
-
15-01-2010, 19:42 #6
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 44
nice idea =)
will think about it in v2
( when the stable framework will come^^ )
-
15-01-2010, 20:49 #7
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- NY
- Posts
- 3
We were using tsviewer but this loads much faster. Thanks!
-
22-01-2010, 16:28 #8
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 44
Thanks =)
The Version will be updated tonight / tomorrow with a lot of new features ( talked to some of my dev guys who had nice ideas )
The script was already 168 times downloaded and i got a lot of feedback mails =)
-
22-01-2010, 22:20 #9
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 44
Little update:
I need a second programmer, who is able to make the script multilanguage ( de and en ). Got no time to do it on my own
-
01-02-2010, 19:58 #10
i just noticed something that i want so totally for this plugin: being able to make multiple Widgets as i run more then one TS3 Server (for different projects etc.)
-
20-04-2010, 17:46 #11
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 44
oh, cool idea -> will add this soon =)
-
25-04-2010, 18:34 #12
good to see that you're still around, was already wondering if i would have to do it myself D:
-
03-05-2010, 11:19 #13
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 44
just was on holidays
i will start coding today, lets have a look how long it takes
-
05-05-2010, 22:19 #14
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 44
multi instances added, now im hardly working on ajax, but im not sure if i will get this job done :/
any other wishes?
-
07-05-2010, 19:23 #15
not at the moment, but this kind of code could maybe help you make it auto update (i used it for a camera image update like thing, hence the naming)
HTML Code:<script> var camera; var c = 0; function update_cam() { camera.src = "cam_1.jpg?" + ( ++c ); } function init() { camera = document.getElementById( "camera" ); setInterval( "update_cam()", 10000 ); } init(); </script>
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Virtual server manager critical error?
By AndresCL in forum Linux / FreeBSDReplies: 28Last Post: 03-01-2010, 14:15 -
TS3 Viewer
By {BCR}Speed in forum Suggestions and FeedbackReplies: 0Last Post: 31-12-2009, 03:52 -
I cant get the server running.
By NDIS.NL in forum Linux / FreeBSDReplies: 10Last Post: 29-12-2009, 18:41 -
TS3 Viewer, Notifications
By littledave in forum WindowsReplies: 2Last Post: 24-12-2009, 01:13 -
TS3 Plugin SDK - Visual C++ 208
By tomix in forum PluginsReplies: 2Last Post: 22-12-2009, 12:04


Reply With Quote

