Plugin Directory

Changeset 1666646


Ignore:
Timestamp:
05/29/2017 06:45:05 PM (9 years ago)
Author:
rickgonzalez
Message:

New version points to owenrfeed.com with new dashboard and stability fixes.

Location:
visfeed/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • visfeed/trunk/readme.txt

    r1546177 r1666646  
    11=== Visfeed ===
    22Contributors: rickgonzalez
    3 link: http://visbridge.com/
     3link: http://ownerfeed.com/
    44Tags: Vacation Rental booking, Reservations, Payment Platform, Stripe, scheduling, confirmations, appointment setting, tour, sharing economy, hosting platform
    55Requires at least: 3.0.1
     
    1515This plugin allows you to set up a booking website that can manage Stripe payments and several different booking workflows.  Visfeed supports instant bookings as well as managed requests to book. 
    1616
    17 Additional support can be found at http://www.visbridge.com/visfeed-documentation/
     17Additional support can be found at http://www.ownerfeed.com/visfeed-documentation/
    1818
    1919Hosted resources can include rental properties, or anything that can be booked daily or hourly.  Visfeed displays the resource's availability calendar and allows a customer to book time with the resource, accept agreements, make booking requests and process payments via the Stripe network.
     
    2929This section describes how to install the plugin and get it working.
    3030
    31 If you’re interested in seeing the plugin’s interactions prior to creating an account, you can email rick@visbridge.com and I’ll send you a sample calendar account to review.
     31If you’re interested in seeing the plugin’s interactions prior to creating an account, you can email rick@ownerfeed.com and I’ll send you a sample calendar account to review.
    3232
    3333
    34 1. Create a Visbridge account on www.visbridge.com.  There is a $10/month fee for each property or resource.
     341. Create an ownerfeed account on www.ownerfeed.com.  There is a $10/month fee for each property or resource.
    35352. Add booking agreements, welcome letters, recommendations and confirmation information.
    36 3. Create a new, or connect your existing, Stripe account via the visbridge.com settings area.  This is required if you want to use the automated payment part of the workflows.  Visbridge charges a .85% fee for transactions on top of Stripe’s normal fee of 2.9% + $0.30.
     363. Create a new, or connect your existing, Stripe account via the ownerfeed.com settings area.  This is required if you want to use the automated payment part of the workflows.  Ownerfeed charges a .85% fee for transactions on top of Stripe’s normal fee of 2.9% + $0.30.
    37374. Upload the plugin files to the `/wp-content/plugins/Visfeed` directory, or install the plugin through the WordPress plugins screen directly.
    38385. Activate the plugin through the 'Plugins' screen in WordPress.
     
    7676
    7777
    78 property_id = available via visbridge account,
     78property_id = available via ownerfeed account,
    7979
    8080
     
    8383corediscount1 - 6 = 0 These are pricing discounts which can be expressed as a number such as 25 = 25% discount.  Discounts are placed on the number of units,  for example, discount2 on 2 or more days and discount3 on 3 or more.  The default for all discounts is 0 which would apply the per unit price regardless of the number of units.
    8484                 
    85 ics_usedirect = 0 or 1  - default 0 means that the availability calendar comes automatically from visbridge.com.  If 1 is set, the program expects an external source for the availability calendar.
     85ics_usedirect = 0 or 1  - default 0 means that the availability calendar comes automatically from ownerfeed.com.  If 1 is set, the program expects an external source for the availability calendar.
    8686
    8787
    88 ics_name = “” - name of external calendar file - the default is empty because the program uses the visbridge.com default booking calendar, which has many advantages.
     88ics_name = “” - name of external calendar file - the default is empty because the program uses the ownerfeed.com default booking calendar, which has many advantages.
    8989
    9090
     
    113113
    114114
    115 Visbridge is a Stripe connect provider, which means that the you as the Stripe account owner are responsible for managing refunds and transfers to your account.  By opening and connecting your Stripe account with Visbridge, we are able to control the booking flow and present the payment screens when necessary, but you are the owner of the Stripe account with full access to the Stripe dashboard with account credentials.
     115Ownerfeed is a Stripe connect provider, which means that the you as the Stripe account owner are responsible for managing refunds and transfers to your account.  By opening and connecting your Stripe account with Visbridge, we are able to control the booking flow and present the payment screens when necessary, but you are the owner of the Stripe account with full access to the Stripe dashboard with account credentials.
    116116
    117117
     
    124124
    125125
    126 = Is there a trial period for Visbridge? =
     126= Is there a trial period for Ownerfeed? =
    127127
    128128
    129 No, but you can create an account without activating your subscription.  This allows you to check out the features.  You will not be able to create bookings or payments without activating a subscription.
    130 
     129Currently there is a 30 day trial period.
    131130
    132131= Can I customize the Visfeed flows or UI? =
    133132
    134133
    135 There’s a limited number of customizations that you can perform through the shortcode and global settings.  The plugin uses a file called visfeed.js which is open source, but you must be able to host the javascript and adhere to the Visbridge account management conventions established in the original.
     134Yes! There’s a limited number of customizations that you can perform through the shortcode and global settings.  The plugin uses a file called visfeed.js which is open source.
    136135
    137136
    138137== Screenshots ==
    139138
    140 1. Setting up an account on visbridge.com creates your unique token for the plugin.  Visbridge.com is also where you manage your mobile confirmations and calendar syncing.
     1391. Setting up an account on ownerfeed.com creates your unique token for the plugin.  Ownerfeed.com is also where you manage your mobile confirmations and calendar syncing.
    1411402. The second screen shot shows a month view of the availability calendar.
    1421413. After clicking and dragging to create a booking, the user is presented with a custom booking agreement.
  • visfeed/trunk/visfeed.php

    r1545098 r1666646  
    255255       
    256256        wp_enqueue_script( 'bootstrap-js',plugins_url( '/js/bootstrap.min.js', __FILE__ ), array (),'3.3.7', true);
    257         wp_enqueue_script( 'visfeed',plugins_url( '/js/visfeed_1_2_2.js', __FILE__ ), array (),false, false);
     257        wp_enqueue_script( 'visfeed',plugins_url( '/js/visfeed_1_4.js', __FILE__ ), array (),false, false);
    258258        wp_enqueue_script( 'datetimepicker',plugins_url( '/js/bootstrap-datetimepicker.js', __FILE__ ), array (),false, false);
    259259        wp_enqueue_style( 'bootstrap-css', plugins_url( '/css/bootstrap.min.css', __FILE__ ), array (),false, false);
Note: See TracChangeset for help on using the changeset viewer.