background preloader

Developer - Skype buttons are being upgraded!

Developer - Skype buttons are being upgraded!

Comment ajouter à votre site un bouton de partage sur Facebook - 360kmh.com The Best Social Media Icons All In One Place 464 shares 8 Free & Useful Minimal Icon Sets Icons are certainly a very important element of a design. It doesn’t matter if you are putting together a website or app, icons will be the key for several user interactions. This is why it’s always good to fill your library with good icons you can count on. Read More 916 shares 8 Beautiful and Free Flat Icon Sets For the past few years in web design, we’ve noticed a trend in moving toward simplicity and minimalism. Customizing Facebook Like & Google +... Overview ShareThis can track usage and analytics of the popular Facebook Like and Google+1 buttons. Publishers benefit from a consolidated view of sharing and traffic across all social destinations through the ShareThis analytics dashboard. If you are new to ShareThis, you can include Facebook Like and Google+1 as part of installing ShareThis on your site. Facebook Like Simply add one of the new pre-defined classes to your page in addition to the list of other ShareThis buttons: Example Live Examples of Like: Notes: We recommend placing ShareThis scripts just before the </body> tag on your page. Google+1 With the new Google+1 button there are several formatting options including small/large icons, a button, and counters (horizontal, vertical). Example Live Examples:

Bouton +1 - Google+ Platform Documentation You can add and customize the +1 button to meet the needs of your website, such as modifying the button size and load technique. By adding the +1 button to your website, you allow your users to recommend your content to their circles and drive traffic to your site. The +1 button can also improve the time spent on your site by providing recommendations for further reading. Use of the +1 button is subject to the Google+ Platform Buttons policy. Getting started A simple button The easiest method for including a +1 button on your page is to include the necessary JavaScript resource and to add a +1 button tag: The script must be loaded using the HTTPS protocol and can be included from any point on the page without restriction. +1 tag To render a simple +1 tag: You can also use a HTML5-valid +1 tag by setting the class attribute to g-plusone, and prefixing any button attributes with data-. By default, the included script traverses the DOM and renders +1 tags as buttons. Configuration

Customizing Facebook Like & Google +... Overview ShareThis can track usage and analytics of the popular Facebook Like and Google+1 buttons. Publishers benefit from a consolidated view of sharing and traffic across all social destinations through the ShareThis analytics dashboard. If you are new to ShareThis, you can include Facebook Like and Google+1 as part of installing ShareThis on your site. Facebook Like Simply add one of the new pre-defined classes to your page in addition to the list of other ShareThis buttons: Example Live Examples of Like: Notes: We recommend placing ShareThis scripts just before the </body> tag on your page. Google+1 With the new Google+1 button there are several formatting options including small/large icons, a button, and counters (horizontal, vertical). Example Live Examples:

PHP form to email explained It is a common requirement to have a form on almost any web site. In this article, we will create a PHP script that will send an email when a web form is submitted. There are two parts for the web form: The HTML form code for the form. The HTML code below displays a standard form in the web browser. HTML code for the email form: The form contains the following fields: name, email and message. name and email are single-line text input fields where as message is a text area field (multi-line text input). You can have different types of input fields in a form. On hitting the submit button, the form will be submitted to “form-to-email.php”. Accessing the form submission data in the PHP script Once your website visitor has submitted the form, the browser sends the form submission data to the script mentioned in the ‘action’ attribute of the form. The following code gets the values submitted for the fields: name, email and message. Composing the email message Sending the email Sample code:

Related: