adminlogic
Forum Replies Created
-
Also I want to show my own dynamic Image from current url what I want to share. You can visit my site https://www.inmid.com
Hi!
I upgraded my PHP version to latest one. You can check here https://inmid.com/wp-content/plugins/wp-social-invitations/test.php
But While using google invitation getting another error like below:
400. That’s an error.
Error: redirect_uri_mismatch
Application: INMID-TEST
You can email the developer of this application at: [email protected]
The redirect URI in the request: https://inmid.com/wp-content/plugins/wp-social-invitations/hybridauth/hybridauth/?hauth.done=Google did not match a registered redirect URI.
Learn more
Request Details
scope=https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/plus.profile.emails.read https://www.google.com/m8/feeds/
response_type=code
access_type=offline
redirect_uri=https://inmid.com/wp-content/plugins/wp-social-invitations/hybridauth/hybridauth/?hauth.done=Google
client_id=1072905124527-mtcndm5nlf828iucchi0g6ks5ni15gev.apps.googleusercontent.com
That’s all we know.Forum: Plugins
In reply to: [Wordpress Social Invitations - Lite] Fatal ErrorGreat Damian, it’s working good. But in fb just share the URL, can we send invitation to fb friend, like we do in google?
Forum: Plugins
In reply to: [mqTranslate] How to put language switcher into header image?Solution I found work perfectly for me, you guys can try
Write just under <body> Tag >>
<div id=”lang_bar_nav”>
<?php echo $lang = qtrans_generateLanguageSelectCode(‘image’); ?>
</div>Write in style.css
#lang_bar_nav{
text-align:right;
}
#lang_bar_nav li {
display: inline-block;
list-style-type: none;
padding-right: 5px;
}