# share-button/1.17/admin/share_editor.php

Social Share Buttons, version 1.17. 15 lines.

- Page: https://pluginprobe.com/plugins/share-button/1.17/code/admin/share_editor.php
- Raw: https://pluginprobe.com/plugins/share-button/1.17/raw/admin/share_editor.php
- Modified: 2017-11-22T15:51:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/share-button/1.17/code/admin/share_editor.php#L10-L20`.

```php
<?php 
namespace MBSocial;

	//$settings = mbSocial()->load_settings('default'); 	

use \MaxButtons\maxField as maxField; 
use \MaxButtons\maxBlocks as maxBlocks; 

	$collection = new collection($collection_id);

	$collection->showBlocks();	
	
?>


```
