<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Facebook Plugin?</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Thu, 30 Apr 2026 07:36:49 -0000</pubDate>

		<item>
			<title>tensh</title>
			<description><![CDATA[<p>
	I would be very grateful :) BTW, the Facebook buttons doesn't work in IE8?</p>
<p>
	<strong>Added 9 minutes later:</strong></p>
<p>
	Offtopic - I'll soon contribute many plugins and some tutorials. Like: youtube importer, how to make youtube gallery from pages, featured content slider using nivo slider (and page avatar plugin), custom filter in lists, etc. I just have to finish my current work and correct some bugs. Cotonti is great :)</p>
]]></description>
			<pubDate>Mo, 04 Apr 2011 09:08:10 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post29289]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	I have to test it somewhere. This site doesn't use that plugin currently.</p>
]]></description>
			<pubDate>Fr, 01 Apr 2011 11:12:37 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post29258]]></link>
		</item>
		<item>
			<title>tensh</title>
			<description><![CDATA[<p>
	Hi,</p>
<p>
	Did anybody solve the problem with logouts?</p>
<p>
	I have to click the facebook logout button twice in order for it to logout. Can this be something about javascript?</p>
]]></description>
			<pubDate>Fr, 01 Apr 2011 10:13:32 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post29253]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[FaceBook actually uses HMAC. It protects the auth data from getting sniffed and decomposed. But I need to investigate if it helps from XSS, because an XSS attacker does not decompose anything, he just uses the cookie as it is.<br />
<br />
Even if does not protect from XSS, it might be a good improvement because it is more reliable than current mechanism based on random session identifiers.<br />
<br />
<strong>Added 26 minutes later:</strong><br />
<br />
Something what we forgot of:<br />
<blockquote><strong>Wikipedia:</strong><hr />Another mitigation present in IE (since version 6), Firefox (since version 2.0.0.5), Safari (since version 4) and Google Chrome, is a HttpOnly flag which allows a web server to set a cookie that is unavailable to client-side scripts. While beneficial, the feature does not fully prevent cookie theft nor can it prevent attacks within the browser.</blockquote>
We've been using HttpOnly flag for quite long time. So, I think that for most sites ipcheck can be disabled by default and enabled on sites where security is much more important than user comfort (e.g. banking, e-stores, etc.).<br />
<br />
Another thing to allow logins from multiple devices is using HMAC instead of random session keys (because such random keys are often changed).]]></description>
			<pubDate>Do, 20 Jan 2011 20:57:32 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post28048]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[I'm pretty sure it's IP check. On other sites I have it disabled and there it works fine.<br />
Strangely it usually works fine when tethering mobile's 3G to my notebook, using the notebook for browsing, but on mobile itself, or on iPad (3G) it mostly keeps logging out. It differs though, because sometimes it works fine on mobile as well. I guess it's just a matter of what mobile broadcasting station I'm connected to. As long as it's the same one the IP doesn't change. At least that's my explanation. This morning I was on a train so it makes sense that the IP keeps changing.<br />
<br />
A collegue suggested looking into HMAC for authentication, which doesn't require a DB query, but maybe that only works for always-running scripts like Python.]]></description>
			<pubDate>Do, 20 Jan 2011 19:25:43 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post28044]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[That probably might be caused by IP changing frequently. It would be nice if we knew for sure if these logouts are really caused by IPcheck. I have uploaded a fix for this redirect problem, let me know how it works now.]]></description>
			<pubDate>Do, 20 Jan 2011 17:28:20 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post28040]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Just wanted to say the facebook thing has an issue. If I'm on mobile (which would normally mean I'd keep logging out), the FB plugin apparently logs me back in every time, but it always redirects back to the last page I was on. The effect of this is that I can no longer visit any page except that one page, because if I visit another page, I will be logged out, logged back in again by FB connect, and redirected back to the page I was on before.]]></description>
			<pubDate>Do, 20 Jan 2011 16:29:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post28038]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Try this:<br />
<pre class="code">&lt;!-- BEGIN: HEADER --&gt;
{HEADER_DOCTYPE}
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; {FB_XMLNS}&gt;
&lt;head&gt;

&lt;meta http-equiv=&quot;content-type&quot; content=&quot;{HEADER_META_CONTENTTYPE}; charset={HEADER_META_CHARSET}&quot; /&gt;
&lt;meta name=&quot;description&quot; content=&quot;{HEADER_META_DESCRIPTION}&quot; /&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;{HEADER_META_KEYWORDS}&quot; /&gt;
&lt;meta name=&quot;generator&quot; content=&quot;Cotonti <a href="http://www.cotonti.com&quot;" rel="nofollow">http://www.cotonti.com&quot;</a> /&gt;
&lt;meta http-equiv=&quot;expires&quot; content=&quot;Fri, Apr 01 1974 00:00:00 GMT&quot; /&gt;
&lt;meta http-equiv=&quot;pragma&quot; content=&quot;no-cache&quot; /&gt;
&lt;meta http-equiv=&quot;cache-control&quot; content=&quot;no-cache&quot; /&gt;
&lt;meta http-equiv=&quot;last-modified&quot; content=&quot;{HEADER_META_LASTMODIFIED} GMT&quot; /&gt;
{HEADER_HEAD}
{HEADER_BASEHREF}
&lt;link rel=&quot;shortcut icon&quot; href=https://www.cotonti.com/&quot;favicon.ico&quot; /&gt;
&lt;link href=https://www.cotonti.com/&quot;skins/{PHP.skin}/{PHP.theme}.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot; /&gt;
{HEADER_COMPOPUP}
&lt;title&gt;{HEADER_TITLE}&lt;/title&gt;
&lt;/head&gt;
&lt;!-- SED-Light / Designed By: Xiode - XiodeStudios.Com &amp; Alx - AlxDesign.com / Programming By: Xiode - XiodeStudios.Com --&gt;
&lt;!-- Copyright (c) XiodeStudios.Com. All Rights Reserved. Please read included Readme for more information. --&gt;
&lt;body&gt;
    &lt;div id=&quot;top&quot;&gt;
        &lt;div id=&quot;container&quot;&gt;
            &lt;div id=&quot;header&quot;&gt;
                &lt;div id=&quot;userBar&quot;&gt;

	                 &lt;!-- BEGIN: GUEST --&gt;
                    &lt;div class=&quot;userBarR&quot;&gt;&lt;a href=https://www.cotonti.com/&quot;users.php?m=auth&quot;&gt;{PHP.L.Login}&lt;/a&gt;&amp;nbsp;&amp;#8226;&amp;nbsp;&lt;a href=&quot;users.php?m=register&quot;&gt;{PHP.L.Register}&lt;/a&gt;&amp;nbsp;&amp;#8226;&amp;nbsp;&lt;a href=https://www.cotonti.com/&quot;plug.php?e=passrecover&quot;&gt;{PHP.skinlang.header.Lostyourpassword}&lt;/a&gt;&lt;/div&gt;
                    &lt;strong&gt;{PHP.skinlang.header.Welcome}&lt;/strong&gt;
{FB_LOGIN}
	                &lt;!-- END: GUEST --&gt;

	                &lt;!-- BEGIN: USER --&gt;
                    &lt;div class=&quot;userBarR&quot;&gt;{HEADER_USER_LOGINOUT}&lt;/div&gt;
                    &lt;b&gt;{HEADER_LOGSTATUS}&lt;/b&gt;
                    &lt;div class=&quot;userBarL&quot;&gt;{HEADER_USER_ADMINPANEL} | {HEADER_USERLIST} | {HEADER_USER_PROFILE} | {HEADER_USER_PFS} | {HEADER_USER_PMREMINDER}&lt;br /&gt;{HEADER_NOTICES}&lt;/div&gt;
	                &lt;!-- END: USER --&gt;

                &lt;/div&gt;
                &lt;div id=&quot;navBar&quot;&gt;
                    &lt;div class=&quot;text&quot;&gt;{PHP.cfg.menu1}&lt;/div&gt;
                    &lt;div class=&quot;homeLink&quot;&gt;&lt;a href=https://www.cotonti.com/&quot;{PHP.cfg.mainurl}&quot; title=&quot;{PHP.L.Home}&quot;&gt;{PHP.L.Home}&lt;/a&gt;&lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div id=&quot;content&quot;&gt;

&lt;!-- END: HEADER --&gt;</pre>
<br />
But it won't work anyways because you have not registered your site as FaceBook application and have not filled AppId config.]]></description>
			<pubDate>Do, 20 Jan 2011 15:32:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post28037]]></link>
		</item>
		<item>
			<title>barkerb23</title>
			<description><![CDATA[same thing. heres my header.tpl plz fix it <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/sad.gif" alt=":(" /><br />
<pre class="code">&lt;!-- BEGIN: HEADER --&gt;
{HEADER_DOCTYPE}
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; {FB_XMLNS}&gt;
&lt;head&gt;

&lt;meta http-equiv=&quot;content-type&quot; content=&quot;{HEADER_META_CONTENTTYPE}; charset={HEADER_META_CHARSET}&quot; /&gt;
&lt;meta name=&quot;description&quot; content=&quot;{HEADER_META_DESCRIPTION}&quot; /&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;{HEADER_META_KEYWORDS}&quot; /&gt;
&lt;meta name=&quot;generator&quot; content=&quot;Cotonti <a href="http://www.cotonti.com&quot;" rel="nofollow">http://www.cotonti.com&quot;</a> /&gt;
&lt;meta http-equiv=&quot;expires&quot; content=&quot;Fri, Apr 01 1974 00:00:00 GMT&quot; /&gt;
&lt;meta http-equiv=&quot;pragma&quot; content=&quot;no-cache&quot; /&gt;
&lt;meta http-equiv=&quot;cache-control&quot; content=&quot;no-cache&quot; /&gt;
&lt;meta http-equiv=&quot;last-modified&quot; content=&quot;{HEADER_META_LASTMODIFIED} GMT&quot; /&gt;
{HEADER_HEAD}
{HEADER_BASEHREF}
&lt;link rel=&quot;shortcut icon&quot; href=https://www.cotonti.com/&quot;favicon.ico&quot; /&gt;
&lt;link href=https://www.cotonti.com/&quot;skins/{PHP.skin}/{PHP.theme}.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot; /&gt;
{HEADER_COMPOPUP}
&lt;title&gt;{HEADER_TITLE}&lt;/title&gt;
&lt;/head&gt;
&lt;!-- SED-Light / Designed By: Xiode - XiodeStudios.Com &amp; Alx - AlxDesign.com / Programming By: Xiode - XiodeStudios.Com --&gt;
&lt;!-- Copyright (c) XiodeStudios.Com. All Rights Reserved. Please read included Readme for more information. --&gt;
&lt;body&gt;
    &lt;div id=&quot;top&quot;&gt;
        &lt;div id=&quot;container&quot;&gt;
            &lt;div id=&quot;header&quot;&gt;
                &lt;div id=&quot;userBar&quot;&gt;

	                 &lt;!-- BEGIN: GUEST --&gt;
                    &lt;div class=&quot;userBarR&quot;&gt;&lt;a href=https://www.cotonti.com/&quot;users.php?m=auth&quot;&gt;{PHP.L.Login}&lt;/a&gt;&amp;nbsp;&amp;#8226;&amp;nbsp;&lt;a href=&quot;users.php?m=register&quot;&gt;{PHP.L.Register}&lt;/a&gt;&amp;nbsp;&amp;#8226;&amp;nbsp;&lt;a href=https://www.cotonti.com/&quot;plug.php?e=passrecover&quot;&gt;{PHP.skinlang.header.Lostyourpassword}&lt;/a&gt;&lt;/div&gt;
                    &lt;strong&gt;{PHP.skinlang.header.Welcome}&lt;/strong&gt;
	                &lt;!-- END: GUEST --&gt;

	                &lt;!-- BEGIN: USER --&gt;

{FB_LOGIN}
{FB_LOGOUT}
{FB_LOGIN_REGISTER}
{FB_LOGIN_URL}
{FB_LOGOUT_URL}
{FB_REGISTER_URL}
                    &lt;div class=&quot;userBarR&quot;&gt;{HEADER_USER_LOGINOUT}&lt;/div&gt;
                    &lt;b&gt;{HEADER_LOGSTATUS}&lt;/b&gt;
                    &lt;div class=&quot;userBarL&quot;&gt;{HEADER_USER_ADMINPANEL} | {HEADER_USERLIST} | {HEADER_USER_PROFILE} | {HEADER_USER_PFS} | {HEADER_USER_PMREMINDER}&lt;br /&gt;{HEADER_NOTICES}&lt;/div&gt;
	                &lt;!-- END: USER --&gt;

                &lt;/div&gt;
                &lt;div id=&quot;navBar&quot;&gt;
                    &lt;div class=&quot;text&quot;&gt;{PHP.cfg.menu1}&lt;/div&gt;
                    &lt;div class=&quot;homeLink&quot;&gt;&lt;a href=https://www.cotonti.com/&quot;{PHP.cfg.mainurl}&quot; title=&quot;{PHP.L.Home}&quot;&gt;{PHP.L.Home}&lt;/a&gt;&lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div id=&quot;content&quot;&gt;

&lt;!-- END: HEADER --&gt;
</pre>]]></description>
			<pubDate>Do, 20 Jan 2011 07:24:00 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post28035]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[You have inserted that &lt;html&gt; tag into &lt;body&gt;. What I meant is editing the existing &lt;html&gt; tag on top of the template by adding the {FB_XMLNS} part to it.]]></description>
			<pubDate>Do, 20 Jan 2011 05:36:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post28034]]></link>
		</item>
		<item>
			<title>barkerb23</title>
			<description><![CDATA[just did. still messed up. login ar www.pspcextreme.hostzi.com with:<br />
<span style="color:#EF2929">Username:</span> <span style="color:#3465A4">demo</span><br />
<span style="color:#EF2929">Password:</span><span style="color:#3465A4"> demo</span>]]></description>
			<pubDate>Do, 20 Jan 2011 04:58:35 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post28032]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[In header.tpl make sure you have XML namespace set:<br />
<div class="highlight"><pre class="html">&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; {FB_XMLNS}&gt;</pre></div>
and don't forget the actual login button {FB_LOGIN}. There are several other tags depending on what kind of buttons you want to use or construct yourself. More button options may be found in FB developer docs.]]></description>
			<pubDate>Do, 20 Jan 2011 03:39:06 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post28028]]></link>
		</item>
		<item>
			<title>barkerb23</title>
			<description><![CDATA[thanks. i tried it but look<br />
<br />
www.pspcextreme.hostzi.com<br /><br /><b>Added 6 minutes later:</b><br /><br />its messed up in the header. but when i pause the header, i get an error]]></description>
			<pubDate>Do, 20 Jan 2011 03:18:01 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post28027]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[It logs you in automatically if it finds an existing facebook connection linked to your Cotonti account.<br /><br /><b>Added 8 hours 23 minutes later:</b><br /><br />Well, guys, current version is ready for testing. You can grab it <a href="http://trac.cotonti.com/changeset/1757/branches/plugins/genoa/fbconnect?old_path=%2F&amp;format=zip">here</a>.<br />
<br />
What this plugin enables your visitors to do:<br />
<ul>
<li>Login to your site using their FaceBook account</li>
<li>Register new account on your site with some fields prefilled by FaceBook</li>
<li>Link existing account with FaceBook account</li>
<li>Logout from both your site and FaceBook (separate logout is not technically possible if accounts are linked and logged in)</li>
</ul>
<br />
Notice that you have to register your site as FaceBook application in order to use it. FB developer docs are located <a href="http://developers.facebook.com/docs/" rel="nofollow">here</a>. Apart from installing the plugin and filling the configuration (AppId, Secret), don't forget to put tags into your header.tpl.]]></description>
			<pubDate>Di, 18 Jan 2011 18:58:54 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post27997]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Logging out from Facebook should fix that.<br />
<br />
I wonder if using FBconnect also fixes the issue of getting logged out when using a mobile phone connection.]]></description>
			<pubDate>Di, 18 Jan 2011 18:38:37 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post27996]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Yes, this is because fbconnect logs you back again when you logout with Cotonti. I'll fix it a bit later.]]></description>
			<pubDate>Di, 18 Jan 2011 17:17:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post27995]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[I don't have probs]]></description>
			<pubDate>Di, 18 Jan 2011 15:51:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post27994]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Since the plugin is here on the site, I can't logout. <br />
If I click logout, I get to the homepage BUT still logged in.]]></description>
			<pubDate>Di, 18 Jan 2011 14:38:49 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post27993]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[It is actually FaceBook Connect plugin which I'm currently developing and testing on this site. Built with latest FB API, it will be finally available for download after I complete it.]]></description>
			<pubDate>Di, 18 Jan 2011 06:29:25 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post27989]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[<a href="http://www.cotonti.com/downloads/plugins/users-communites/loginza?highlight=FACEBOOK">http://www.cotonti.com/downloads/plugins/users-communites/loginza?highlight=FACEBOOK</a>]]></description>
			<pubDate>Di, 18 Jan 2011 06:16:35 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post27988]]></link>
		</item>
		<item>
			<title>barkerb23</title>
			<description><![CDATA[where can i get a &quot;login with facebook&quot; plugin for my site as i see one here on cotonti? i heard people talking about it last year but has it been completed?<br /><br /><b>Added 28 seconds later:</b><br /><br /><span style="color:#CC0000"><h6>thanks in advance</h6></span>]]></description>
			<pubDate>Di, 18 Jan 2011 05:51:35 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=6131&d=0#post27987]]></link>
		</item>
	</channel>
</rss>