How to Embed YouTube Video Into Your Website
Embedding a YouTube video into a website can be achieved into two ways: Inserting YouTube iframe directly into the website html Convert YouTube video url into embed code
Embedding a YouTube video into a website can be achieved into two ways: Inserting YouTube iframe directly into the website html Convert YouTube video url into embed code
Most of the user face Common error of “invalid file type” or “directory containing files to be uploaded couldn’t be found” while trying to install new extension or module in Opencart.
The Rss Feed help a website’s content to crawl and index fastly. For SEO prospects Rss Feed play important role for website. If you have a website in PHP based Framework, than this is right post for you to check How to Create Rss Feed.
Keep safe your identity while searching on Google is very difficult today. If you regular use Google, yahoo or any other search engine for something than this post is very useful for you. Their are things that you search on google, might be get in trouble. So you should know about that things and keep …
Magento API provides ability to manage your eCommerce website by accessing api calls for Products, customers, sales order and categories etc. You can also manage inventory and shopping cart via magento api calls.
Ontraport is a platform which have bunch of business tools. No more need to access separate tools to run your business. Ontraport gives you better customer experiences, boost your sales with automate process.
OpenCart installation on a local XAMP server: Step 1: Open the Link http://www.opencart.com/?route=download/download and download the latest version of OpenCart (zipped). Step 2: Extract the downloaded zipped form to get the folder 2.2.0.0-compiled (2.2.0.0 is the OpenCart version) and copy the folder named upload and paste into xampp/htdocs/ folder. You can rename the upload folder to …
Podio is a web based service to organize your business and team and data at one place. Users can use online podio app store as per business need and make it according to own project requirements. Its a very much popular platform using world wide. Podio has api to integrate with other third party service …
If you need to execute a particular web page on a given time interval, than CRON job is a solution for you. Using this method you can automate the web page execution. In this post we will show you an Cpanel cron job example for a web page.
Today Crm Software is a basic necessity of every small or large business. Plenty of crm software available in market, most of them just carbon copy of each other. Even some are more cheaper and able to fulfill your basic business requirements like manage leads, contacts and tasks etc. Lets we discuss the Why we …
5 Best CRM Software For Small Business with Features and Prices Read More »
Intercom api can be authenticate via two method one is OAuth method and other is basic authentication method. OAuth Method: For OAuth flow can be initiate through thia call url https://app.intercom.io/oauth with the following parameters. – Client_id (Required) // Get client id from you intercom account credentials – state (Not required but recommended) – redirect_uri …
Configure Intercom API in PHp and Create New User in It Read More »
When you insert multiple rows in mysql database and want to skip duplicate entries. Otherwise you always get mysql failure message of duplicate key. To overcome this issue Mysql provide two type of Query for insert data. First one is INSERT IGNORE and other is ON DUPLICATE KEY UPDATE. Lets check it how we can …