Skip to content

Commit

Permalink
remove white space from iframe example.
Browse files Browse the repository at this point in the history
  • Loading branch information
braddunbar committed Sep 6, 2017
1 parent 726ad0b commit 7af1387
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions widget.md
Expand Up @@ -3,15 +3,7 @@
This embedded `<iframe>` allows you to embed a Harvest Timer form directly into your application. Create an `<iframe>` like this:

```
<iframe
src="https://platform.harvestapp.com/platform/timer?
app_name=ExampleCompany&
closable=false&
permalink=https%3A%2F%2Fexample.com%2Fitem%2F1&
external_item_id=1&
external_item_name=Programming&
external_group_id=2&
external_group_name=TPS%20Reports">
<iframe src="https://platform.harvestapp.com/platform/timer?app_name=ExampleCompany&closable=false&permalink=https%3A%2F%2Fexample.com%2Fitem%2F1&external_item_id=1&external_item_name=Programming&external_group_id=2&external_group_name=TPS%20Reports">
</iframe>
```

Expand Down

0 comments on commit 7af1387

Please sign in to comment.