{"id":427,"date":"2020-02-28T16:07:47","date_gmt":"2020-02-28T16:07:47","guid":{"rendered":"http:\/\/wiki2.plumserver.com\/knowledge-base\/magento-qq-login-configuration"},"modified":"2021-09-28T08:03:11","modified_gmt":"2021-09-28T12:03:11","slug":"magento-qq-login-configuration","status":"publish","type":"post","link":"https:\/\/plumrocket.com\/docs\/magento-social-login-pro\/integrations\/qq","title":{"rendered":"How to Add Magento QQ Login to Your Website"},"content":{"rendered":"\n<h2 id=\"how-to-configure-qq-api-for-magento\">How to Set Up QQ API for Magento<\/h2>\n\n\n\n<p>In this article, you will learn how to find your QQ API in order to integrate <a href=\"\/magento-social-login-pro\">QQ Login into&nbsp;Magento Social Login Pro extension<\/a>. Please follow the step-by-step instructions below.<\/p>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Step-by-Step action:<\/p>\n\n\n\n<ol><li><strong>Login to your QQ account and click on this URL <a href=\"https:\/\/connect.qq.com\/\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">connect.qq.com<\/a>.<\/strong><\/li><li><strong>Press &#8220;Add Site \/ Application&#8221; button to start creating your QQ application.&#8221;<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf1.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf1.jpg\" alt=\"Magento social login pro qq conf1.jpg\"\/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Step-by-Step action:<\/p>\n\n\n\n<ol><li><strong>Press &#8220;Website&#8221; button.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf2.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf2.jpg\" alt=\"Magento social login pro qq conf2.jpg\"\/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Step-by-Step action:<\/p>\n\n\n\n<ol><li><strong>Indicate your QQ application name.<\/strong><\/li><li><strong>Provide short description of your application.<\/strong><\/li><li><strong>Enter the name of your company.<\/strong><\/li><li><strong>In the dropdown box, select the category of your website.<\/strong><\/li><li><strong>Specify the subcategory of your website.<\/strong><\/li><li><strong>Indicate your website address.<\/strong><\/li><li><strong>Press &#8220;Verification&#8221; button.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf3.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf3.jpg\" alt=\"Magento social login pro qq conf3.jpg\"\/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Step-by-Step action:<\/p>\n\n\n\n<ol><li><strong>Copy this line of code to your clipboard.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf4.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf4.jpg\" alt=\"Magento social login pro qq conf4.jpg\"\/><\/a><\/figure>\n\n\n\n<p>In order to verify your website you will need to paste the code you got from the previous page into your <em>head.phtml<\/em> file.<\/p>\n\n\n\n<p>Code Example<\/p>\n\n\n\n<p>Edit the file:<\/p>\n\n\n\n<div class=\"wp-block-prismatic-blocks\"><div><\/div><pre><code class=\"language-\">\/app\/design\/frontend\/THEME_NAME\/default\/template\/page\/html\/head.phtml<\/code><\/pre><\/div>\n\n\n\n<p>where &#8220;THEME_NAME&#8221; is the name of the theme you are using,<\/p>\n\n\n\n<p>add the code from previous page:<\/p>\n\n\n\n<div class=\"wp-block-prismatic-blocks\"><div><\/div><pre><code class=\"language-markup\">&lt;meta http-equiv=\"Content-Type\" content=\"&lt;?php echo $this->getContentType() ?>\" \/>\n&lt;title>&lt;?php echo $this->getTitle() ?>&lt;\/title>\n&lt;meta name=\"description\" content=\"&lt;?php echo htmlspecialchars($this->getDescription()) ?>\" \/>\n&lt;meta name=\"keywords\" content=\"&lt;?php echo htmlspecialchars($this->getKeywords()) ?>\" \/>\n&lt;meta name=\"robots\" content=\"&lt;?php echo htmlspecialchars($this->getRobots()) ?>\" \/>\n&lt;link rel=\"icon\" href=\"&lt;?php echo $this->getFaviconFile(); ?>\" type=\"image\/x-icon\" \/>\n&lt;link rel=\"shortcut icon\" href=\"&lt;?php echo $this->getFaviconFile(); ?>\" type=\"image\/x-icon\" \/>\n&lt;!--[if lt IE 7]>\n&lt;script type=\"text\/javascript\">\n\/\/&lt;![CDATA[\n var BLANK_URL = '&lt;?php echo $this->helper('core\/js')->getJsUrl('blank.html') ?>';\n var BLANK_IMG = '&lt;?php echo $this->helper('core\/js')->getJsUrl('spacer.gif') ?>';\n\/\/]]>\n&lt;\/script>\n&lt;![endif]-->\n&lt;?php echo $this->getCssJsHtml() ?>\n&lt;?php echo $this->getChildHtml() ?>\n&lt;?php echo $this->helper('core\/js')->getTranslatorScript() ?>\n&lt;?php echo $this->getIncludes() ?>\n&lt;meta property=\"qc:admins\" content=\"352046272147552312560455352652637571617\" \/><\/code><\/pre><\/div>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Step-by-Step action:<\/p>\n\n\n\n<ol><li><strong>Return to your registration page and press &#8220;Verification&#8221; button.<\/strong><\/li><li><strong>Press &#8220;Start the authentication&#8221; button.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf7.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf7.jpg\" alt=\"Magento social login pro qq conf7.jpg\"\/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Step-by-Step action:<\/p>\n\n\n\n<ol><li><strong>When your website will be verified, you will get &#8220;It has been verified&#8221; notification.<\/strong><\/li><li><strong>Copy and Paste callback URL, that can be found in your Magento backend-&gt; Plumrocket-&gt; Social Login Pro-&gt; QQ-&gt; Callback URL.<\/strong><\/li><li><strong>In order to proceed, please agree with QQ login developer agreement.<\/strong><\/li><li><strong>Press &#8220;Add Site \/ Application&#8221; button.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf8.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf8.jpg\" alt=\"Magento social login pro qq conf8.jpg\"\/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Step-by-Step action:<\/p>\n\n\n\n<ol><li><strong>Copy &#8220;App ID&#8221; to your clipboard.<\/strong><\/li><li><strong>Copy &#8220;App Key&#8221; to your clipboard.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf9.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf9.jpg\" alt=\"Magento social login pro qq conf9.jpg\"\/><\/a><\/figure>\n\n\n\n<h2 id=\"qq-integration-in-magento-social-login-pro-extension\">Configuring QQ Integration in Magento Social Login Pro Extension<\/h2>\n\n\n\n<p>In this step you must update your <a href=\"\/magento-1-social-login-pro\" title=\"QQ Magento Social Login\" target=\"_blank\" rel=\"noopener noreferrer\">Magento Social Login Pro Extension<\/a> configuration. In your magento admin panel, go to &#8220;System&#8221; -&gt; &#8220;Configuration&#8221; -&gt; &#8220;Plumrocket Inc&#8221; -&gt; &#8220;Social Login Pro&#8221; -&gt; &#8220;QQ&#8221; Tab.<\/p>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Step-by-Step action:<\/p>\n\n\n\n<ol><li><strong>Paste App ID into the relevant field of your &#8220;QQ&#8221; backend tab.<\/strong><\/li><li><strong>Insert App Key into the relevant field of your &#8220;QQ&#8217; backend tab.<\/strong><\/li><li><strong>Press &#8220;Save Config&#8221; button to save your settings.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf10.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf10.jpg\" alt=\"Magento social login pro qq conf10.jpg\"\/><\/a><\/figure>\n\n\n\n<h2 id=\"qq-integration-in-magento-2-social-login-pro-extension\">Configuring QQ Integration in Magento 2 Social Login Pro Extension<\/h2>\n\n\n\n<p>In this step you must update your <a href=\"\/magento-1-social-login-pro\" title=\"QQ Magento Social Login\" target=\"_blank\" rel=\"noopener noreferrer\">Magento 2 Social Login Pro Extension<\/a> configuration. In your magento 2 admin panel, go to &#8220;Plumrocket&#8221; tab in the main menu -&gt; &#8220;Social Login Pro&#8221; section -&gt; &#8220;Configuration&#8221; &#8211; &gt; &#8220;QQ&#8221; Tab.<\/p>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Step-by-Step action:<\/p>\n\n\n\n<ol><li><strong>Paste App ID into the relevant field of your &#8220;QQ&#8221; backend tab.<\/strong><\/li><li><strong>Insert App Key into the relevant field of your &#8220;QQ&#8217; backend tab.<\/strong><\/li><li><strong>Press &#8220;Save Config&#8221; button to save your settings.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/docs\/wp-content\/uploads\/2020\/05\/26_Magento_2_QQ_Login_Configuration_v1.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"\/docs\/wp-content\/uploads\/2020\/05\/26_Magento_2_QQ_Login_Configuration_v1.jpg\" alt=\"26 Magento 2 QQ Login Configuration v1.jpg\"\/><\/a><\/figure>\n\n\n\n<h2 id=\"how-to-configure-qq-api-for-magento-production-mode\">How to Set Up QQ API for Magento &#8211; Production Mode<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Step-by-Step action:<\/p>\n\n\n\n<ol><li><strong>Press &#8220;Icon footage&#8221; button to add icons to your application.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf11.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf11.jpg\" alt=\"Magento social login pro qq conf11.jpg\"\/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Step-by-Step action:<\/p>\n\n\n\n<ol><li><strong>Press &#8220;Upload&#8221; button to upload 16&#215;16 icon.<\/strong><\/li><li><strong>Press &#8220;Upload&#8221; button to upload 100&#215;100 icon.<\/strong><\/li><li><strong>Press &#8220;Upload&#8221; button to upload 64&#215;64 icon.<\/strong><\/li><li><strong>Press &#8220;Upload&#8221; button to upload 32&#215;32 icon.<\/strong> Note: It is only necessary to have 1 icon in 100&#215;100 size. The system will adjust other icon sizes automatically.<\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf12.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf12.jpg\" alt=\"Magento social login pro qq conf12.jpg\"\/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Step-by-Step action:<\/p>\n\n\n\n<ol><li><strong>Return to your QQ application page.<\/strong><\/li><li><strong>Press &#8220;Submit Review&#8221; button to apply your application for production.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf13.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf13.jpg\" alt=\"Magento social login pro qq conf13.jpg\"\/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Step-by-Step action:<\/p>\n\n\n\n<ol><li><strong>Now your application is &#8220;In review&#8221;. Once it&#8217;s approved &#8211; you will receive an email from QQ.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf14.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf14.jpg\" alt=\"Magento social login pro qq conf14.jpg\"\/><\/a><\/figure>\n\n\n\n<p>Configuration of QQ Magento Social Login and Magento 2 Social Login application is now completed.<\/p>\n\n\n\n<p><strong>Next Step<\/strong> &gt; <strong><a href=\"\/docs\/magento-1-social-login-pro\/v1\/configuration#social-login-pro-api-reference\n\" title=\"Magento Social Login Pro v1.x Configuration\">Return to Social Login Pro API Reference<\/a><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>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&nbsp;Magento Social Login Pro extension. Please follow the step-by-step instructions below. In order to verify your website you will need to paste the code you got from the previous &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/plumrocket.com\/docs\/magento-social-login-pro\/integrations\/qq\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;How to Add Magento QQ Login to Your Website&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"categories":[323],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v17.2 (Yoast SEO v17.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Add Magento QQ Login to Your Website - Plumrocket Documentation<\/title>\n<meta name=\"description\" content=\"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&nbsp;Magento Social Login Pro\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/plumrocket.com\/magento-social-login-pro\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Add Magento QQ Login to Your Website\" \/>\n<meta property=\"og:description\" content=\"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&nbsp;Magento Social Login Pro\" \/>\n<meta property=\"og:url\" content=\"https:\/\/plumrocket.com\/magento-social-login-pro\" \/>\n<meta property=\"og:site_name\" content=\"Plumrocket Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-28T16:07:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-28T12:03:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/plumrocket.com\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf1.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Plumrocket\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Add Magento QQ Login to Your Website - Plumrocket Documentation","description":"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&nbsp;Magento Social Login Pro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/plumrocket.com\/magento-social-login-pro","og_locale":"en_US","og_type":"article","og_title":"How to Add Magento QQ Login to Your Website","og_description":"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&nbsp;Magento Social Login Pro","og_url":"https:\/\/plumrocket.com\/magento-social-login-pro","og_site_name":"Plumrocket Documentation","article_published_time":"2020-02-28T16:07:47+00:00","article_modified_time":"2021-09-28T12:03:11+00:00","og_image":[{"url":"https:\/\/plumrocket.com\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf1.jpg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Plumrocket","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/plumrocket.com\/docs\/#website","url":"https:\/\/plumrocket.com\/docs\/","name":"Plumrocket Documentation","description":"Extensions docs, troubleshootings etc.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/plumrocket.com\/docs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/plumrocket.com\/magento-social-login-pro#primaryimage","inLanguage":"en-US","url":"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf1.jpg","contentUrl":"\/docs\/wp-content\/uploads\/2020\/05\/Magento_social_login_pro_qq_conf1.jpg"},{"@type":"WebPage","@id":"https:\/\/plumrocket.com\/magento-social-login-pro#webpage","url":"https:\/\/plumrocket.com\/magento-social-login-pro","name":"How to Add Magento QQ Login to Your Website - Plumrocket Documentation","isPartOf":{"@id":"https:\/\/plumrocket.com\/docs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/plumrocket.com\/magento-social-login-pro#primaryimage"},"datePublished":"2020-02-28T16:07:47+00:00","dateModified":"2021-09-28T12:03:11+00:00","author":{"@id":"https:\/\/plumrocket.com\/docs\/#\/schema\/person\/38b360639b934d6c984ee4f3ffce7d20"},"description":"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&nbsp;Magento Social Login Pro","breadcrumb":{"@id":"https:\/\/plumrocket.com\/magento-social-login-pro#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/plumrocket.com\/magento-social-login-pro"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/plumrocket.com\/magento-social-login-pro#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Magento 2 Extensions","item":"https:\/\/plumrocket.com\/magento-extensions"},{"@type":"ListItem","position":2,"name":"Magento 2 Social Login Pro","item":"https:\/\/plumrocket.com\/magento-social-login-pro"},{"@type":"ListItem","position":3,"name":"Documentation","item":"https:\/\/plumrocket.com\/docs\/magento-social-login-pro"},{"@type":"ListItem","position":4,"name":"Integrations","item":"https:\/\/plumrocket.com\/docs\/magento-social-login-pro\/integrations"},{"@type":"ListItem","position":5,"name":"QQ Login Configuration"}]},{"@type":"Person","@id":"https:\/\/plumrocket.com\/docs\/#\/schema\/person\/38b360639b934d6c984ee4f3ffce7d20","name":"Plumrocket","image":{"@type":"ImageObject","@id":"https:\/\/plumrocket.com\/docs\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/72392a92ae750c66560be284502b6676?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/72392a92ae750c66560be284502b6676?s=96&d=mm&r=g","caption":"Plumrocket"},"sameAs":["https:\/\/plumrocket.com\/docs"]}]}},"_links":{"self":[{"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/posts\/427"}],"collection":[{"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/comments?post=427"}],"version-history":[{"count":3,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/posts\/427\/revisions"}],"predecessor-version":[{"id":23467,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/posts\/427\/revisions\/23467"}],"wp:attachment":[{"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/media?parent=427"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/categories?post=427"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/tags?post=427"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}