Customizing SMF > Modifications and Packages
SA Twitter Integration
Rawkher:
--- Quote from: Rawkher on July 19, 2012, 02:30:37 PM ---
--- Quote from: buzzybee on May 07, 2012, 01:48:50 PM ---When I click on the 'Sign in with Twitter' button I just get redirected back to my index page.
--- End quote ---
I am having this issue as well, how do I fix it?
--- End quote ---
Bump.
I still can't figure this out :(
sake cat:
Is there a way to get rid of the password requirement hell can I get rid of the email requirement too. I know this is kind of an odd thing to ask but is there any way to get ride of the password requirement and only make users logging into twitter, pick a user name wambam done. The whole Idea of this to me is that prospect users don't have to work to get into my forum. the less work they have to do the better. I understand the A typical forum cares that everyone sets up a password and e-mail for security reasons but I could give a darn less. My forum is very niche and its an extremely aloof demographic dare I say some what douche even.
Its not an end all be all though thanks for any feed back.
briggz5d:
Hello, Nice Mod - Good for the alternative and easy login it provides.. but question:
Who Puts a LIKE / Tweet button at the top of their Page (Header) -
Why would a User LIKE / TWEET a Post or topic he/she has not even scrolled down to READ???
Please the Like/Tweet buttons are way better of at the Bottom of Post / or with option to add in each reply
Another feature i love about this mod is Auto-linkification of Twitter usernames with "@"
But again i had to disable it because No "_blank" attribute was set to it.
When users click on a a twitter username that is auto-linkified, It SHOULD Open in a NEW TAB - and not navigate them away from the current page.
my thoughts
Texan78:
--- Quote from: briggz5d on August 03, 2012, 11:21:59 AM ---Please the Like/Tweet buttons are way better of at the Bottom of Post / or with option to add in each reply
--- End quote ---
You mean like this?
--- Quote from: briggz5d on August 03, 2012, 11:21:59 AM ---Another feature i love about this mod is Auto-linkification of Twitter usernames with "@"
But again i had to disable it because No "_blank" attribute was set to it.
When users click on a a twitter username that is auto-linkified, It SHOULD Open in a NEW TAB - and not navigate them away from the current page.
--- End quote ---
Just find the code and modify it to add the _blank so it does what you need it to do. Not a hard task.
SA™:
this is the part that link the @ usernames in twitterhooks.php
--- Code: ---$context['html_headers'] .= '
<script type="text/javascript">
twttr.anywhere(function (T) {
T(".section").linkifyUsers({
username: function(node) {
return node.alt;
}
});
});
twttr.anywhere(function(twitter) {
twitter.linkifyUsers();
});
</script>';
--- End code ---
there is no way from what i can see to make it open in a new window google didnt realy yeld much eaither
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version