{combine_css path=$OAUTH_PATH|cat:'admin/template/style.css'} {combine_css path=$OAUTH_PATH|cat:'template/oauth_sprites.css'} {footer_script} jQuery("select.enable").change(function() { var $top = $(this).closest("div.provider"); var p = $top.data('p'); if ($(this).val()=='true') { $top.find("td.keys").show(); $top.removeClass('disabled'); $top.addClass('enabled'); } else { $top.find("td.keys").hide(); $top.removeClass('enabled'); $top.addClass('disabled'); } }); jQuery("#close_help").click(function() { jQuery("#help_container").animate({ "margin-right": "-550px" }, 'fast'); return false; }); jQuery(".open-help").click(function() { var $top = $(this).closest("div.provider"); var p = $top.data('p'); $("#help_container h5").html($top.find("h4").html()); $("#help_container div").html($top.find("div.help").html()); $("#help_container").animate({ "margin-right": "0px" }, 'fast'); return false; }); {/footer_script}

Social Connect

×
{foreach from=$PROVIDERS item=provider key=p}

{$provider.provider_name}

{if $provider.new_app_link} {/if}

{'Help'|translate}
{if $provider.require_client_id} {else} {/if}
{if $provider.new_app_link}
  1. {'Go to %s and create a new application'|translate|sprintf:$provider.new_app_link:$provider.new_app_link}
  2. {if $p=='Google'}
  3. {'On the APIs & auth -> Credentials tab, Create new client ID'|translate}
  4. {else}
  5. {'Fill out any required fields such as the application name and description'|translate}
  6. {/if} {if $provider.callback}
  7. {assign var=callback value=$OAUTH_CALLBACK|cat:$p} {'Provide this URL as the Callback/Redirect URL for your application: %s'|translate|sprintf:$callback}
  8. {/if} {if $p=='Live'}
  9. {'Put your website domain in the %s fields. It should match with the current hostname: %s'|translate|sprintf:'Redirect Domain':$WEBSITE}
  10. {elseif $p=='Facebook'}
  11. {'Go to Settings->Advanced and activate Client OAuth Login'|translate}
  12. {'Put your website domain in the %s fields. It should match with the current hostname: %s'|translate|sprintf:'Valid OAuth redirect URIs':$SERVERNAME}
  13. {elseif $p=='LinkedIn'}
  14. {'Put your website domain in the %s fields. It should match with the current hostname: %s'|translate|sprintf:'Website URL':$WEBSITE}
  15. {'Set %s to %s'|translate|sprintf:'Application Type':'Web Application'}
  16. {'Set %s to %s'|translate|sprintf:'Default Scope':'r_basicprofile & r_emailaddress'}
  17. {elseif $p=='Yahoo'}
  18. {'Put your website domain in the %s fields. It should match with the current hostname: %s'|translate|sprintf:'Application URL, Application Domain':$WEBSITE}
  19. {'Set %s to %s'|translate|sprintf:'Kind of Application':'Web-based'}
  20. {'Set %s to %s'|translate|sprintf:'Access Scopes':'This app will only access public...'}
  21. {'Once the application is registered update the permissions : set Contacts as Read and Social Directory as Read Public'|translate}
  22. {elseif $p=='Twitter'}
  23. {'Put your website domain in the %s fields. It should match with the current hostname: %s'|translate|sprintf:'Website':$WEBSITE}
  24. {elseif $p=='Tumblr'}
  25. {'Put your website domain in the %s fields. It should match with the current hostname: %s'|translate|sprintf:'Application Website':$WEBSITE}
  26. {elseif $p=='Instagram'}
  27. {'Put your website domain in the %s fields. It should match with the current hostname: %s'|translate|sprintf:'Website':$WEBSITE}
  28. {elseif $p=='Google'}
  29. {'Set %s to %s'|translate|sprintf:'Application Type':'Web Application'}
  30. {'Put your website domain in the %s fields. It should match with the current hostname: %s'|translate|sprintf:'Authorized Javascript origins ':$SERVERNAME}
  31. {/if}
  32. {'Once you have registered, copy and past the created application credentials into this setup page'|translate}
{else}

{if $p=='Flickr' or $p=='Steam' or $p=='Wordpress'} {'Based on OpenID'|translate}
{/if} {'No registration required'|translate}
{'About'|translate}

{/if}
{/foreach}

Icons from : WPZOOM | Library : HybridAuth