Category:Wordpress: Difference between revisions

Jump to navigation Jump to search
Line 67: Line 67:
For customization options for the buttons and links see the "Booking Widgets" section in SETTINGS > Beds24 in Wordpress.
For customization options for the buttons and links see the "Booking Widgets" section in SETTINGS > Beds24 in Wordpress.


===Widget for a specific property or room ===
===Embeded booking page for a room ===
You can specify the room or the property in the short code for example:  
You can specify the room ID in the short code for example:  


[beds24-landing roomid="123"]  
[beds24-landing roomid="123"]  
[beds24-embed roompid="123"]
===Embedded booking page  for a specific property or room ===
You can specify the  property ID  in the short code for example:
[beds24-landing propid="123"]


[beds24-embed propid="123"]
[beds24-embed propid="123"]
===Embedded booking page  for all properties ===
You can specify the  owner ID  in the short code for example:
[beds24-landing ownerid="123"]
[beds24-embed ownerid="123"]


== Developer Options ==
== Developer Options ==