Recent activity
Recent activity (0)
How to add RSS Feed script in your website
You can do the following guide. 1. Go to cPanel -> File Manager -> public_html -> {publish_folder}/ Sample:: domainname.com, should be in public_html domainname.com/myname, should be public_html/myname (if your public_html doesn’t have this folder, just feel free to create it) 2. Create a new file under the folder in number 1. with the name such as; feed.html and insert your RSS FEED code to the file. 3. Back to RVsitebuilder -> Step 3 -> Page Editor -> Switch to "Source" view, and insert code: *feed.html is the file you created in number 2. 4. Republish again.
How to add Favicon in your website
First, upload your favicon as name favicon.ico to your web server, and place it at public_html/ directory. (cPanel -> File manager -> public_html) *If you have addon domains, place the favicon for the addon into the main addon folder. 1. At RVsitebuilder Step 2 -> Site Properties -> Edit Head Tag -> Other Embed. 2. Paste the following code into
tag. *This code is the sample code for favicon on normal desktop. If you want favicon to display on several device modes, please use the external favicon creator for responsive favicon, and use the code here. Please make sure the path you uploaded image, and the code you put in head tag are matched. Such as; If the publish path you upload favicon is: /public_html The code into tag, should be: If the publish path you upload favicon is: /public_html/image The code into tag, should be: 3. Publish and check again.
