Created
September 8, 2012 06:04
-
-
Save yusugomori/3672268 to your computer and use it in GitHub Desktop.
jFBMobileFeedPhoto.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript" src="jquery.js"></script> | |
| <script type="text/javascript" src="jFBMobileFeedPhoto.js"></script> | |
| <script type="text/javascript"> | |
| $(function(){ | |
| new jFBMobileFeedPhoto(); | |
| }) | |
| </script> | |
| <div id="jFBMobileFeedPhoto"> | |
| <div> | |
| <img alt="" src="./img/1.jpg" /> | |
| <div>Sample comment</div> | |
| </div> | |
| <div> | |
| <img alt="" src="./img/2.jpg" /> | |
| <div>日本語サンプルコメント<br />(Sample comment in Japanese)</div> | |
| </div> | |
| <div> | |
| <img alt="" src="./img/3.jpg" /> | |
| <!-- No comment --> | |
| </div> | |
| </div> | |
| <!-- jFBMobileFeedPhoto.js will replace the code in #jFBMobileFeedPhoto with the one below. --> | |
| <div id="jFBMobileFeedPhoto"> | |
| <div> | |
| <div> | |
| <img alt="" src="./img/1.jpg" /> | |
| </div> | |
| </div> | |
| <div> | |
| <div> | |
| <img alt="" src="./img/2.jpg" /> | |
| </div> | |
| </div> | |
| <div> | |
| <div> | |
| <img alt="" src="./img/3.jpg" /> | |
| </div> | |
| </div> | |
| </div> | |
| <div id="jFBMobileFeedPhotoOverlay"> | |
| <div> | |
| <div> | |
| <div> | |
| <img alt="" src="./img/1.jpg" /> | |
| <div>Sample comment</div> | |
| </div> | |
| <div> | |
| <img alt="" src="./img/2.jpg" /> | |
| <div>日本語サンプルコメント<br />(Sample comment in Japanese)</div> | |
| </div> | |
| <div> | |
| <img alt="" src="./img/3.jpg" /> | |
| </div> | |
| </div> | |
| </div> | |
| <div>Done</div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment