WebSite-PHP Framework PHP
Multi language
Simple Ajax mode
No HTML, no JavaScript
URL rewriting
Mail sending
Sitemap - RSS - Web service
Download WebSite-PHP FrameWork now
 


Loading
 


Facebook like share button

Tutorials

>

Tutorial Sharebutton

>

Facebook like share button


Sharebutton-01: Tutorial of the composant Sharebutton of the PHP FrameWork WebSite-PHP.

Facebook like share button:



Go back to tutorial of the componant Sharebutton



Source code

Source code



To use Sharebutton, you need to connect to the admin interface of the framework WebSite-PHP.

Once connected you will go to the menu Configuration -> Configure modules and enable the module Sharebutton.



File: /pages/tutorials/sharebutton/sharebutton-01.php

<?php
class Sharebutton01 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Facebook like share button";
        
$this->render = new FacebookLikeButton(
                
FacebookLikeButton::BUTTON_COUNT,
                
$this->getBaseURL());

        
// Enable third party cookies filter
        
$this->enableThirdPartyCookiesFilter();
    }
}
?>


Go back to tutorial of the componant Sharebutton


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Home Documentation Download Quick start Tutorials Wiki Issue Tracker