Publish to Apple News

Component type

module

Maintenance status

Development status

Downloads

1597

Component created

Component changed

A bit about Apple's News Platform

News, Apple’s all new app available with iOS 9, delivers rich and immersive news, magazine, and web content to millions of users. With Apple News Format, publishers can create signature content for News with custom typography, rich photo galleries, video, and fun animations. Content is automatically optimized for both iPhone and iPad and publishers can earn revenue with iAd, Apple’s advertising platform.

Hooks Examples

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Hooks Examples project contains at the moment one module containing Drupal hooks implementation examples in a custom module.

Absolutely nothing to do at this time with the great and really useful Examples for Developers module!

I wrote this code only to share it with other developers.

example_data

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is an example module which provides a single data table and uses the data and views modules to read from it.

Tabler

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal 7 example module.

1. Import data from CSV file
2. Output data as HTML table
3. Editable table cells
4. Validation

Sample CSV:
---
Name;Home;Work;Mobile
Ivan;79000000000;79000000001;79000000002
Petr;79000000003;79000000004;79000000005
Sergey;79000000006;79000000007;79000000008
Nikolay;79000000009;79000000010;79000000011
Vasily;79000000012;79000000013;79000000014
Eugene;79000000015;79000000016;79000000017
---

FranklyMe Widget

Component type

module

Maintenance status

Development status

Component created

Component changed

The Frankly.me plugin for Drupal adds Frankly.me social plugins to your Drupal site and optimizes the experience of your audience through easy ask buttons and social widgets. Associate your Drupal site with side pane widgets and embed shortcodes for frankly.me ask button and social widgets. All features are deeply integrated with Drupal APIs to make building your webpages and administrative features as easy as possible with the extensibility you expect from Drupal.

Video Comment FranklyMe

Component type

module

Maintenance status

Development status

Component created

Component changed

Use this plugin to spice up your posts with video comments instead of boring text comments. Simply start by creating a new post, the video comment feature is added automatically at the end of the post.

This plugin places two-set widget. First, a sleek 'record video' button, and a video carousel at the end of all of your posts. Official plugin from FranklyMe.

It'll be shown to your audience once your post goes live, where they can take a video selfie (velfie) that'll be viewable by everybody on your site.

OOP Design Patterns

Component type

module

Categories

Maintenance status

Development status

Downloads

1094

Component created

Component changed

The project is introducing some Demo implementations for OOP PHP Design Patterns in the Drupal 7 and Drupal 8 environments. With the advent of PHP 5.6 and PHP 7 to the Drupal, some advanced OOP concepts become available (See OOP Examples.)