Hello there,
Today I'm going to share with you how to embed sliderwall into a wordpress blog, step by step.
1.Download the sliderwall package, you can get it from here - [www.sliderwall.com] .
2.Unzip the package and select a template from the 'Skin samples' folder .
3.Upload the desired template to your own server with FileZilla or any FTP client .
4.Login into your wordpress administration panel .
5.Go to 'Posts' -> 'Add new' -> Select the 'HTML' container, afterwards you have to initiate the template html file through an iframe code, see the example below:
<iframe src="../where your template html file is/template.html" width="1200" height="600"></iframe>
So, let's say we choose the 'SliderWall Bullets default skin' and we upload it where the wordpress blog is, we'll have the following code:
<iframe src="SliderWall Bullets default skin/bullets_image_slideshow.html" width=1200 height="600"></iframe> where the width and height size is customizable, you can set the size you prefer .
6.Click on 'Publish' button .
If you encounter any issues please reply here and I'll try to help you solving your problem.
Regards,
Alex
Today I'm going to share with you how to embed sliderwall into a wordpress blog, step by step.
1.Download the sliderwall package, you can get it from here - [www.sliderwall.com] .
2.Unzip the package and select a template from the 'Skin samples' folder .
3.Upload the desired template to your own server with FileZilla or any FTP client .
4.Login into your wordpress administration panel .
5.Go to 'Posts' -> 'Add new' -> Select the 'HTML' container, afterwards you have to initiate the template html file through an iframe code, see the example below:
<iframe src="../where your template html file is/template.html" width="1200" height="600"></iframe>
So, let's say we choose the 'SliderWall Bullets default skin' and we upload it where the wordpress blog is, we'll have the following code:
<iframe src="SliderWall Bullets default skin/bullets_image_slideshow.html" width=1200 height="600"></iframe> where the width and height size is customizable, you can set the size you prefer .
6.Click on 'Publish' button .
If you encounter any issues please reply here and I'll try to help you solving your problem.
Regards,
Alex