とても奇妙です〜
基本的に私は標準の「いいね!」を持っています ボタン:
<div class="fb-like" data-href="myURL/things/{{MyINFO}}/" data-send="false" data-width="450" data-show-faces="true"></div>
私が持っているviews.pyで:
def myView(request):
#Other things
ctx = {
'MyINFO' : MySTRING,
'Otherstuff' : Otherstuff
}
return render_to_response('myApp/myPage4.html', ctx, RequestContext(request))
ユーザーがページを「いいね」するとき、彼らは好きであるはずですmyURL/things/MyString/
が、彼らは得ていますmyURL/things/%7B%7BMyINFO%7D%7D/
テンプレートが前処理される前にFacebookのものをロードできますか?