108.50pc
I am a father, husband, business owner, computer guy, and newly minted member of the Alberta Party

David Boroditsky's activity

Dan Trimble tagged David Boroditsky's Omit appending current page to facetweets with Important 2012-12-13 15:17:22 -0800

Omit appending current page to facetweets

There are time (like after joining, doing a survey, etc) when you want to encourage people to tweet, but you don't want the URL of the "thank  you" page getting tweeted, but would rather have the starting page being promoted.

Nationbuilder appends the current page's URL onto the end of the tweet, and it would be nice to have a checkbox on the facetweet edit form to make this appending optional.


Lilia Villa responded to Default face tweet, without the URL with completed 2012-11-04 17:24:27 -0800

Default face tweet, without the URL

I need to have a page's default face tweet text not include the auto-appended URL of the current page. 

I altered the page's template to point to a new file that I created:

 

<div id="like_page">
<b>Do you like this page?</b>
Liquid error: Could not find default template _like_page_no_twitter_url.html
</div>

And make a file based on _like_page.html hoping to be able to insert the text I want, but the URL still gets appended.

How can I do this?

Official response from Lilia Villa completed

Hi David,

The line responsible for what is tweeted is this, within the _like_page.html:

  <a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-text="" data-via="NationBuilder">Tweet</a>

The variable page.default_face_tweet_text is no longer available without the URL that is automatically appended. If you feel like this would be a valuable feature, please submit it to our suggestion page here. In the interim, you are correct. You will need to hardcode your tweet text to replace:

As an alternative to adding a different one for each page, for example, you can look into using one of these variables instead:

, or


C.J. MinsterCheng responded to Fixing donation pages with completed 2012-10-27 21:31:25 -0700

Fixing donation pages

We've run into issues with donation pages.

The problem is that the there's inappropriate caching that happens if you visit a donation page, fail to complete the transaction, and then visit another donation page.

The prices and choices offered will usually be from the original donation page, and pressing the clear doesn't seem to work properly anymore.
Follow this procedure:
  1. launch chrome on the mac (this problem may exist in other browser/OS combination too, but I haven't checked
  2. go to http://www.albertaparty.ca/
  3. click on the "Join the Alberta Party" button on the right side
  4. choose the 5 year membership for $20
  5. Change your mind and decide to just make a donation instead, so click "Home" in main nav
  6. Click "Donate" on the right hand site
  7. Please notice that this page is broken, no longer showing the correct data and showing the previous option displayed on the previous donation page
  8. Click the "Clear order" link and notice that nothing happens.
I guess my quesiton is, how can we create donation pages that are not confusing for the members of our nation and are also correct?
Official response from C.J. MinsterCheng completed

Our engineers were able to resolve the problem on your site. The fix had been pushed out previously and works on sites using the donation pages without customization. The updated code was inserted into your customized donation themes. Unfortunately, there is no automatic way for us to update customized templates, but we try to resolve these types of problems as soon as they're discovered.

Please let us know if you run into any other quirks while growing your nation!


David Boroditsky commented on Feed or page of NB Changes 2012-10-25 09:21:39 -0700 · Flag
You want to iterate your platform quickly, and we want to use your platform effectively, so please give us a way direct way to learn about changes without having to rely on serendipitous discovery.

Grant Hewitt tagged David Boroditsky's Avoid losing unsaved changes with Important 2012-04-18 21:35:49 -0700

Avoid losing unsaved changes

There's no warning that you're about to lose unsaved changes when going from the say the "Into" section of an event to the "Location" section. It's fairly simple javascript to pop up a warning that unsaved changes will be lost. Can't tell you how many times I've lost unsaved edits this way.


David Boroditsky commented on save import mapping 2012-01-15 07:55:54 -0800 · Flag
It would also be great if there was a document, linked to from the import page (especially the voter import), that described what all the fields were ;-)

While I’m in the suggesting mood, being able to page through a few more rows from the import file would be good too.

David Boroditsky commented on Auto save feature! 2011-11-22 22:20:42 -0800 · Flag
Maybe just a warning that you will lose unsaved changes.

Jim Gilliam responded to fix the Splash page bug with completed 2011-07-19 17:16:20 -0700

1) Create a page

2) designate it as the splash page

3) delete the designated splash page

4) your site still thinks there is a splash page, so you get a 404

fix the Splash page bug

1) Create a page

2) designate it as the splash page

3) delete the designated splash page

4) your site still thinks there is a splash page, so you get a 404

Official response from Jim Gilliam completed


David Boroditsky published warn before losing unsaved changes in Suggestions 2011-06-16 22:38:14 -0700

warn before losing unsaved changes

It sucks to be editing the intro blurb on the volunteer signup, suddenly remember another volunteer role you want to add, go add it and then discover you've lost all the unsaved changes to the intro blurb.

A popup window warning that there's an unsaved form on the page would bee a good feature.