Cory
Chevereto Member
Demo: http://v2.imgwiz.com/?v=pMOqt.png
Cost: Free
Instructions:
File Structure:
	
	
	
		
Upload all contents inside upload directory into your root directory of your Chevereto Installation.
Find:
	
	
	
		
Replace with:
	
	
	
		
	
	
	
		
Replace with:
	
	
	
		
Find:
	
	
	
		
Add Above:
	
	
	
		
Result:
	
	
	
		
Setting Up Facebook API, Goto: https://developers.facebook.com/
		
		
	
	
		 
	
Save and upload all files.
Upload and image and view the page, test comments.
Enjoy.
Cost: Free
Status: Deprecated - Use the 2.1.x Internal
				
			- Download: http://chevereto.imgwiz.com/mods/Facebook.Comments-Chevereto.1.0.zip
 Download Mirror: http://www.mediafire.com/?8cie25m55kid47z[/*]
Cost: Free
Instructions:
File Structure:
		Code:
	
	upload/
xd_receiver.htm
includes/fbcomments.phpUpload all contents inside upload directory into your root directory of your Chevereto Installation.
Open: includes/config.php
Find:
		Code:
	
	<?phpReplace with:
		Code:
	
	<?php
$config['facebook_api_key'] = '<Key Here>';Find:Open: content/themes/ThemeName/header.php
		Code:
	
	<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php show_lang_used(); ?>" lang="<?php show_lang_used(); ?>">Replace with:
		Code:
	
	<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xml:lang="<?php show_lang_used(); ?>" lang="<?php show_lang_used(); ?>">Open: content/themes/ThemeName/view.php
Find:
		Code:
	
	        </div>
    </div>
<?php include_theme_footer(); ?>Add Above:
		Code:
	
	<?php include("includes/fbcomments.php"); ?>Result:
		Code:
	
	            </div>
<?php include("includes/fbcomments.php"); ?>
        </div>
    </div>
<?php include_theme_footer(); ?>Setting Up Facebook API, Goto: https://developers.facebook.com/
+ Create New App
- App Name: Image Hosting Name[/*]
- Locale: Your language preference[/*]
- Accept, Facebook Terms.[/*]
- Continue[/*]
- Verify reCaptcha Code.[/*]
- Click on Web >> Site URL & Domain[/*]
- Site URL: http://yourdomain.com[/*]
- Site Domain: yourdomain.com (No, http:// or www)[/*]
- Save Changes[/*]
- At the top Click on Apps, You should see your recent app and may see;[/*]
Access Token: You need to grant permissions to your app to get an access token.
-Click on 'need to grant permissions' and it will become active.
Get App ID/App Key (In Summary) and paste into the includes/config.php
 
	Save and upload all files.
Upload and image and view the page, test comments.
Enjoy.
Cost: Free
Status: Deprecated - Use the 2.1.x Internal
 
 
		 
 
		 
 
		