Home
About
Terms of service
Privacy Policy
Developer
Advertise
Help
Feedback
Contact Us
Developer
api integration
All API and tools needed by publishers and developers to integrate Convas8 to the website and contents.
Below are avaible API plugis that can be used.
Embed Post
Embed Timeline
Share to Convas8
Embed Covas8 post
Use the code below to insert a convas8 into your a web page
<iframe src="https://convas8.com/plugin/embed-post?page=viewpost&post={postid}" width="360" height="500" frameborder="0" style="border:0;" scrolling="no" allowfullscreen=""></iframe>
Copy and copy the code above to your website
Replace the {postid} value with your content post id.
Example
Embed timeline
Use the code below to insert your convas8 timeline into your website
<iframe src="https://convas8.com/plugin/embed-timeline/{username}" width="360px" height="500px" style="border:0;" overflow:hidden; overflow-y:scroll; > </iframe>
Copy and copy the code above to your website
Replace the {username} value with your username
Example
Share to Convas8
Sharing to Convas8 timeline
You can share content from a webpage to your Convas8 timeline using the Convas8 share button plugin.
The plugin takes in parameters {url} and {text}
Copy and paste the code below to your website
Using convas8 share icon
<a href="https://convas8.com/plugin/share?url={url}" target=_blank> <img alt="" src="https://convas8.com/img/convas8-share-icon-1.png" height="32" /></a>
Examples
Using convas8 share button plus text
<a href="https://convas8.com/plugin/share?url={}" target=_blank> <div style="width: 160px; height: 30px; background-color: #2E3192;"> <table style="width: 100%; height: 30px"> <tr> <td style="height: 20px; width: 32px;"> <img alt="" height="8" src="https://convas8.com/img/convas8-share-icon-2.png" /></td> <td style="height: 20px; color: #FFFFFF"> Share to Convas8</td> </tr> </table> </div> </a>
Example
Share to Convas8
Using convas8 share button alone
<a href="https://convas8.com/plugin/share?url={}" target=_blank> <div style="width: 30px; height: 30px; background-color: #2E3192;"> <table style="width: 100%; height: 30px"> <tr> <td style="height: 20px; width: 40px;"> <img alt="" height="8" src="https://convas8.com/img/convas8-share-icon-2.png" /></td> </tr> </table> </div> </a>
Example
© Convas8 Media Enterprise