I also looked in my own journal to see what it did, and had to go a while back be4 I even found an entry that had threaded comments, ha, but I found one and mine seems to be doing the same thing (redirecting to the thread link rather than loading the iframe in-page). Hmmmm.
Okay, well, I compared an entry on my journal to one using ?style=site. Looks like the links for expand on the LJ-style-theme I'm using are not loading the javascript script.
Links on my theme: <a href="threadurl">Expand</a>
Links on ?style=site: <a onclick="Expander.make(this,'threadurl','thread#', false); return false;" href="threadurl">Expand</a>
(where you wanna replace threadurl with the whole url for that comment thread, and thread# with the thread # that is part of that url at the end)
So, probably if you added that extra html to run the javascript to the expand links in your custom S2 style, it would work?? I will try to test this out also though maybe in a bit, can't do it right now, but thought I'd share preliminary thoughts anyway. :)
no subject
Date: 2012-11-14 01:09 am (UTC)I also looked in my own journal to see what it did, and had to go a while back be4 I even found an entry that had threaded comments, ha, but I found one and mine seems to be doing the same thing (redirecting to the thread link rather than loading the iframe in-page). Hmmmm.
Okay, well, I compared an entry on my journal to one using ?style=site. Looks like the links for expand on the LJ-style-theme I'm using are not loading the javascript script.
Links on my theme: <a href="threadurl">Expand</a>
Links on ?style=site: <a onclick="Expander.make(this,'threadurl','thread#', false); return false;" href="threadurl">Expand</a>
(where you wanna replace threadurl with the whole url for that comment thread, and thread# with the thread # that is part of that url at the end)
So, probably if you added that extra html to run the javascript to the expand links in your custom S2 style, it would work?? I will try to test this out also though maybe in a bit, can't do it right now, but thought I'd share preliminary thoughts anyway. :)