Player countSolved

Hi there, is there a way to use this for 3 diffrent servers on same webpage to show only player count on WP?

The plugin i was using on WP is now been removed.

 

For an example please see http://www.usanoobs.gg you will see the page shows 0 players for all 3 servers

Hi,

As for the player count, this can be achieved by using the shortcode for rust-servers.info like this:

[wpbridge_player_info id=”SERVER_ID_1”]

[wpbridge_player_info id=”SERVER_ID_2”]

[wpbridge_player_info id=”SERVER_ID_3”]

All servers have to be registered on rust-servers.info for the shortcode to work.

Merged post

I just pushed an update out that resolved a bug using this shortcode multiple times on one page in WordPress plugin. 

Merged post

Using wpbridge_player_info shortcode like this:

You get player info on servers like this:
Several servers using [wpbridge_player_info]

Thanks. I have installed this, added my Secret code, changed cfg file in umod. I added the info you sent on WP along with the ID but it's showing "no players on" is there anything else I need to do?

Look over the code, maybe the quotations are messed up or something. If you provide your server I'd i can test it out.

I had the same issue - go in and change the quotations marks to ""
they are different in this  [wpbridge_player_info id=”5655”]

should work fine for u now.

you can have as many servers showing on the same page - just change the id code for the relevant server

That worked. I love that the player count works for servers that dont have the umod plgin installed 

That's great man, glad it came to be useful for you, and yeah, it really doesn't need umod for that one shortcode :)

Locked automatically