Skip to content
Plumrocket
  1. Magento 2 Extensions
  2. Magento 1 Extensions
  3. Services
    • Magento (Adobe Commerce)
      • Magento Speed Optimization
      • Hyvä Theme Development
        Top
      • Magento 1 to Magento 2 Migration
        Top
      • Magento Upgrade
        Top
      • Magento AMP Development
      • Magento Extension Installation
      • Hire Magento Developers
      • Magento Development
      • View All Magento Services
    • Shopify
      • Shopify Development
        Top
      • Magento to Shopify Migration
    • Salesforce
      • Salesforce Development
      • Magento Salesforce Integration
    • CMS
      • Wix Development
        New
      • Squarespace Development
        New
    • Ecommerce
      • Catalog Management
    • banner icon
      Looking for custom solutions for your business? We've got you covered.
      Start a project arrow right
  4. Resources
    • Blog Insights, trends, and best practices in eCommerce and web development.
    • FAQ Answers to common questions about our services and solutions.
    • Tutorials Step-by-step instructions to streamline your development process.
    • Documentation Detailed guides on our Magento extensions and integrations.
    • Customer Stories Real-world case studies showcasing our clients’ achievements.
  5. Special offers
  6. Contact Us
  • Contact Us

Home Magento 2 Extensions Magento 2 Social Login Pro Documentation Integrations QQ Login Configuration

    • Installation
    • Updating
    • Configuration
      • Facebook Login Magento Configuration
      • Twitter Login Magento Configuration
      • Google Login Magento Configuration
      • Google One Tap Sign In Magento Configuration
      • LinkedIn Login Magento Configuration
      • Yahoo! Login Magento Configuration
      • Live, Hotmail, MSN Login Magento Configuration
      • Amazon Login Magento Configuration
      • Aol Login Magento Configuration
      • GitHub Login Magento Configuration
      • Instagram Login Magento Configuration
      • Foursquare Login Magento Configuration
      • Dropbox Login Magento Configuration
      • Disqus Login Magento Configuration
      • Livejournal Login Magento Configuration
      • Tumblr Login Magento Configuration
      • Flickr Login Magento Configuration
      • WordPress Login Magento Configuration
      • PayPal Login Magento Configuration
      • Salesforce Login Magento Configuration
      • Evernote Login Magento Configuration
      • Stackoverflow Login Magento Configuration
      • Mixi Login Magento Configuration
      • QQ Login Magento Configuration
      • Sina Weibo Magento Configuration
      • Kaixin001 Login Magento Configuration
      • Renren Login Magento Configuration
      • Alipay Login Magento Configuration
      • WeChat Login Magento Configuration
      • Mydigipass Login Magento Configuration
      • SoundCloud Login Magento Configuration
      • Verisign Login Magento Configuration
      • XING Login Magento Configuration
      • PersonaBrowserID Login Magento Configuration
      • Bitbucket Login Magento Configuration
      • Skyrock Login Magento Configuration
      • Bitly Login Magento Configuration
      • Box.com Login Magento Configuration
      • Vimeo Login Magento Configuration
      • Reddit Login Magento Configuration
      • Upwork Login Magento Configuration
      • TeamViewer Login Magento Configuration
      • Etsy Login Magento Configuration
      • Imgur Login Magento Configuration
      • Intuit Login Magento Configuration
      • MailChimp Login Magento Configuration
      • Dribbble Login Magento Configuration
      • Goodreads Login Magento Configuration
      • Last.fm Login Magento Configuration
      • Naver Login Magento Configuration
      • Line Login Magento Configuration
      • Apple Login Magento Configuration
      • Steam Login Magento Configuration
      • Yahoo! Japan Login Magento Configuration
      • Telegram Login Magento Configuration
      • TikTok Login Magento Configuration
      • Spotify Login Magento Configuration
      • Slack Login Magento Configuration
      Integrations
    • How-To Guides
    • Troubleshooting
    • Developer Guide & API Reference
    • Translation
    • Uninstalling
    Magento 2 Social Login Pro - Documentation

How to Add Magento QQ Login to Your Website

How to Set Up QQ API for Magento

In this article, you will learn how to find your QQ API in order to integrate QQ Login into Magento Social Login Pro extension. Please follow the step-by-step instructions below.

Step-by-Step action:

  1. Login to your QQ account and click on this URL connect.qq.com.
  2. Press “Add Site / Application” button to start creating your QQ application.”
Magento social login pro qq conf1.jpg

Step-by-Step action:

  1. Press “Website” button.
Magento social login pro qq conf2.jpg

Step-by-Step action:

  1. Indicate your QQ application name.
  2. Provide short description of your application.
  3. Enter the name of your company.
  4. In the dropdown box, select the category of your website.
  5. Specify the subcategory of your website.
  6. Indicate your website address.
  7. Press “Verification” button.
Magento social login pro qq conf3.jpg

Step-by-Step action:

  1. Copy this line of code to your clipboard.
Magento social login pro qq conf4.jpg

In order to verify your website you will need to paste the code you got from the previous page into your head.phtml file.

Code Example

Edit the file:

/app/design/frontend/THEME_NAME/default/template/page/html/head.phtml

where “THEME_NAME” is the name of the theme you are using,

add the code from previous page:

<meta http-equiv="Content-Type" content="<?php echo $this->getContentType() ?>" />
<title><?php echo $this->getTitle() ?></title>
<meta name="description" content="<?php echo htmlspecialchars($this->getDescription()) ?>" />
<meta name="keywords" content="<?php echo htmlspecialchars($this->getKeywords()) ?>" />
<meta name="robots" content="<?php echo htmlspecialchars($this->getRobots()) ?>" />
<link rel="icon" href="<?php echo $this->getFaviconFile(); ?>" type="image/x-icon" />
<link rel="shortcut icon" href="<?php echo $this->getFaviconFile(); ?>" type="image/x-icon" />
<!--[if lt IE 7]>
<script type="text/javascript">
//<![CDATA[
 var BLANK_URL = '<?php echo $this->helper('core/js')->getJsUrl('blank.html') ?>';
 var BLANK_IMG = '<?php echo $this->helper('core/js')->getJsUrl('spacer.gif') ?>';
//]]>
</script>
<![endif]-->
<?php echo $this->getCssJsHtml() ?>
<?php echo $this->getChildHtml() ?>
<?php echo $this->helper('core/js')->getTranslatorScript() ?>
<?php echo $this->getIncludes() ?>
<meta property="qc:admins" content="352046272147552312560455352652637571617" />

Step-by-Step action:

  1. Return to your registration page and press “Verification” button.
  2. Press “Start the authentication” button.
Magento social login pro qq conf7.jpg

Step-by-Step action:

  1. When your website will be verified, you will get “It has been verified” notification.
  2. Copy and Paste callback URL, that can be found in your Magento backend-> Plumrocket-> Social Login Pro-> QQ-> Callback URL.
  3. In order to proceed, please agree with QQ login developer agreement.
  4. Press “Add Site / Application” button.
Magento social login pro qq conf8.jpg

Step-by-Step action:

  1. Copy “App ID” to your clipboard.
  2. Copy “App Key” to your clipboard.
Magento social login pro qq conf9.jpg

Configuring QQ Integration in Magento Social Login Pro Extension

In this step you must update your Magento Social Login Pro Extension configuration. In your magento admin panel, go to “System” -> “Configuration” -> “Plumrocket Inc” -> “Social Login Pro” -> “QQ” Tab.

Step-by-Step action:

  1. Paste App ID into the relevant field of your “QQ” backend tab.
  2. Insert App Key into the relevant field of your “QQ’ backend tab.
  3. Press “Save Config” button to save your settings.
Magento social login pro qq conf10.jpg

Configuring QQ Integration in Magento 2 Social Login Pro Extension

In this step you must update your Magento 2 Social Login Pro Extension configuration. In your magento 2 admin panel, go to “Plumrocket” tab in the main menu -> “Social Login Pro” section -> “Configuration” – > “QQ” Tab.

Step-by-Step action:

  1. Paste App ID into the relevant field of your “QQ” backend tab.
  2. Insert App Key into the relevant field of your “QQ’ backend tab.
  3. Press “Save Config” button to save your settings.
26 Magento 2 QQ Login Configuration v1.jpg

How to Set Up QQ API for Magento – Production Mode

At this point, in order to apply this application for production, you will need to add more data to your application. Please follow the steps below.

Step-by-Step action:

  1. Press “Icon footage” button to add icons to your application.
Magento social login pro qq conf11.jpg

Step-by-Step action:

  1. Press “Upload” button to upload 16×16 icon.
  2. Press “Upload” button to upload 100×100 icon.
  3. Press “Upload” button to upload 64×64 icon.
  4. Press “Upload” button to upload 32×32 icon. Note: It is only necessary to have 1 icon in 100×100 size. The system will adjust other icon sizes automatically.
Magento social login pro qq conf12.jpg

Step-by-Step action:

  1. Return to your QQ application page.
  2. Press “Submit Review” button to apply your application for production.
Magento social login pro qq conf13.jpg

Step-by-Step action:

  1. Now your application is “In review”. Once it’s approved – you will receive an email from QQ.
Magento social login pro qq conf14.jpg

Configuration of QQ Magento Social Login and Magento 2 Social Login application is now completed.

Next Step > Return to Social Login Pro API Reference

Was this article helpful?
02/28/202009/28/2021
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Contents
Trustpilot
Clutch
Adobe Certified Professional
Adobe Marketplace
Company
  • Home
  • About Plumrocket Inc.
  • Customer Stories
  • Programs & Promotions
  • Careers
  • Contact Us
Legal
  • Terms of Service
  • Privacy Policy
  • Refund Policy
  • Cookie Policy
  • Support Policy
  • Privacy Center
Resources
  • Blog
  • FAQ
  • Documentation
  • Tutorials
Partners
  • Partner Program
  • Affiliate Program
  • Official Partners
Plumrocket Inc. © 2008 - 2026