Shopify Social Network Tabs is an awesome application which will combine all your favorite social network profiles ,create their tabs and display them on front-end with a slider showing the tabs content.
Features:
- Provides different social networks with feeds.
- Displays latest posts of different social networks.
- Provides you to set values for Social Networks,Styling and other settings like location,height,width etc.
- The block showing tabs and their slider will be displayed anywhere in front-end according to the location you set.
Flow:
- Installation of Shopify Social Network Tabs Application:
Once you start installing this application you will get redirected to a Sign Up page.
After successful registration you can proceed with the other installation steps.Once you install the application successfully go to the shopify page and click on Themes tab.
After clicking on Themes tab launchpad page will appear. From the launchpad click on any of the menu where you want to display the Social Networks Tabs.If you want to display it on every page click on themes.liquid menu.
After clicking on themes.liquid menu paste the following code at any place where you want to display the Social Network Tabs.
{{ 'http://shopify.webkul.com/shopify-social-network-tabs/css/social.css' | stylesheet_tag }} {{ 'http://shopify.webkul.com/shopify-social-network-tabs/js/jquery.social.media.tabs.1.5.min.js' | script_tag }} <script> var uvOptions = {};(function() { var uv = document.createElement('script'); uv.type = 'text/javascript'; uv.async = true; uv.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'shopify.webkul.com/shopify-social-network-tabs/shopify_display_tabs.php?shop={{ shop.url }}'; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(uv, s);})(); </script> <div id='wk_social_tabs'></div>
Click on Save button after pasting the above code.Now after saving the code go the front-end the Social Network Tabs will get displayed at every page according to the place where you have pasted the code and default configuration values saved during installation.
- Setting the Configuration Values for Social Network Tabs:
You can also change the configuration settings for Social Network Tabs.Once you install the application you will redirect to the welcome page.This page will consist of all the instructions which are to be followed for using the application.
Click on the Login Button at the top right of the welcome page to use the application.
After clicking on Login button you will get redirected to Shopify Social Network Tabs login page.Login here with your registered account which you registered while installing the app.
After successful login you will get redirected toSocial Network Tabs Configuration page.This page will consist of three tabs:
- Social Networks
- Settings
- Styling
You can click on these tabs for changing the values of different settings.Default values are already set while installation of this application,you can change them according to your requirement.
For Example :1)If you want to set the values for Facebook Social Network,click on Social Networks Tab and then click on facebook icon tab which will get displayed after click Social Network Tab,fill the details and click on Save Credentials button.
2)If you want to set Display Settings,click on Settings Tab,fill the details and click on Save Credentials button.
Same as this you can change the Design Settings by clicking on Styling Tab and also can change the values for other Social Network profile by clicking on their corresponding icons.
So this was the whole process for displaying Social Network Tabs at your site’s front-end..
If you still have any doubt ,please feel free to contact us at support@webkul.com or you can just raise a ticket at http://webkul.com/ticket/index.php.